Skip to content

Commit

Permalink
chore: add playground to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 17, 2023
1 parent 9af31c8 commit 3bc10a6
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 69 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"nuxt": "^3.5.0",
"standard-version": "^9.5.0",
"typescript": "^5.0.4"
},
"resolutions": {
"@nuxtjs/web-vitals": "link:."
}
}
14 changes: 14 additions & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"private": true,
"name": "web-vitals-playground",
"type": "module",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate"
},
"devDependencies": {
"@nuxtjs/web-vitals": "latest",
"nuxt": "latest"
}
}
123 changes: 54 additions & 69 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- "playground"

0 comments on commit 3bc10a6

Please sign in to comment.