diff --git a/package.json b/package.json index 954936e42d..00898da635 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "license": "MIT", "workspaces": [ "packages/*", - "examples/*" + "examples/*", + "playground" ], "scripts": { "build": "FORCE_COLOR=1 lerna run prepack --stream --no-prefix", diff --git a/playground/package.json b/playground/package.json new file mode 100644 index 0000000000..a8f65dc26a --- /dev/null +++ b/playground/package.json @@ -0,0 +1,12 @@ +{ + "name": "nuxt-playground", + "private": true, + "devDependencies": { + "nuxt3": "latest" + }, + "scripts": { + "dev": "nu dev", + "build": "nu build", + "start": "node .output/server" + } +} diff --git a/yarn.lock b/yarn.lock index f6465f8d67..a894ecaa01 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"