mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +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",
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"examples/*"
|
||||
"examples/*",
|
||||
"playground"
|
||||
],
|
||||
"scripts": {
|
||||
"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
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user