chore: add playground package.json and include in workspace (#310)

This commit is contained in:
Anthony Fu 2021-07-12 18:35:50 +08:00 committed by GitHub
parent 48c098b7e9
commit 4521580fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"license": "MIT",
"workspaces": [
"packages/*",
"examples/*"
"examples/*",
"playground"
],
"scripts": {
"build": "FORCE_COLOR=1 lerna run prepack --stream --no-prefix",

12
playground/package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "nuxt-playground",
"private": true,
"devDependencies": {
"nuxt3": "latest"
},
"scripts": {
"dev": "nu dev",
"build": "nu build",
"start": "node .output/server"
}
}

View File

@ -10014,6 +10014,14 @@ __metadata:
languageName: unknown
linkType: soft
"nuxt-playground@workspace:playground":
version: 0.0.0-use.local
resolution: "nuxt-playground@workspace:playground"
dependencies:
nuxt3: latest
languageName: unknown
linkType: soft
"nuxt3@workspace:./packages/nuxt3, nuxt3@workspace:packages/nuxt3":
version: 0.0.0-use.local
resolution: "nuxt3@workspace:packages/nuxt3"