mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 21:58:19 +00:00
chore: add playground package.json and include in workspace (#310)
This commit is contained in:
parent
48c098b7e9
commit
4521580fc3
@ -3,7 +3,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*",
|
"packages/*",
|
||||||
"examples/*"
|
"examples/*",
|
||||||
|
"playground"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "FORCE_COLOR=1 lerna run prepack --stream --no-prefix",
|
"build": "FORCE_COLOR=1 lerna run prepack --stream --no-prefix",
|
||||||
|
12
playground/package.json
Normal file
12
playground/package.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "nuxt-playground",
|
||||||
|
"private": true,
|
||||||
|
"devDependencies": {
|
||||||
|
"nuxt3": "latest"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"dev": "nu dev",
|
||||||
|
"build": "nu build",
|
||||||
|
"start": "node .output/server"
|
||||||
|
}
|
||||||
|
}
|
@ -10014,6 +10014,14 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
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":
|
"nuxt3@workspace:./packages/nuxt3, nuxt3@workspace:packages/nuxt3":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "nuxt3@workspace:packages/nuxt3"
|
resolution: "nuxt3@workspace:packages/nuxt3"
|
||||||
|
Loading…
Reference in New Issue
Block a user