Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules

# Logs
*.log*
.turbo

# Temp directories
.temp
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"url": "git+https://github.com/nuxt/devtools.git"
},
"scripts": {
"build": "pnpm -r --filter=\"./packages/**/*\" run build",
"stub": "pnpm -r run stub",
"dev": "pnpm run stub && pnpm -C packages/devtools dev",
"build": "turbo run build",
"dev": "pnpm run build && pnpm -C packages/devtools dev",
"lint": "eslint --cache .",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "pnpm test && bumpp -r -x \"pnpm run changelog\" --all",
Expand Down Expand Up @@ -50,6 +49,7 @@
"simple-git-hooks": "catalog:cli",
"taze": "catalog:cli",
"tsx": "catalog:cli",
"turbo": "catalog:buildtools",
"typescript": "catalog:cli",
"unimport": "catalog:types",
"unocss": "catalog:buildtools",
Expand Down
1 change: 0 additions & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
"@iconify-json/ri": "catalog:icons",
"@iconify-json/simple-icons": "catalog:icons",
"@iconify-json/tabler": "catalog:icons",
"@nuxt/devtools": "workspace:*",
"@nuxt/test-utils": "catalog:cli",
"@parcel/watcher": "catalog:buildtools",
"@types/markdown-it-link-attributes": "catalog:types",
Expand Down
8 changes: 4 additions & 4 deletions playgrounds/empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"public"
],
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
"play:build": "nuxt build",
"play:dev": "nuxt dev",
"play:generate": "nuxt generate",
"play:preview": "nuxt preview"
},
"devDependencies": {
"@types/node": "catalog:types",
Expand Down
8 changes: 4 additions & 4 deletions playgrounds/tab-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"version": "3.1.1",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
"play:build": "nuxt build",
"play:dev": "nuxt dev",
"play:generate": "nuxt generate",
"play:preview": "nuxt preview"
}
}
8 changes: 4 additions & 4 deletions playgrounds/tab-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": "3.1.1",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"test": "cypress run"
"play:dev": "nuxi dev",
"play:build": "nuxi build",
"play:start": "node .output/server/index.mjs",
"play:test": "cypress run"
},
"dependencies": {
"@pinia/nuxt": "catalog:buildtools",
Expand Down
8 changes: 4 additions & 4 deletions playgrounds/tab-seo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": "3.1.1",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
"play:build": "nuxt build",
"play:dev": "nuxt dev",
"play:generate": "nuxt generate",
"play:preview": "nuxt preview"
},
"devDependencies": {
"@types/node": "catalog:types",
Expand Down
8 changes: 4 additions & 4 deletions playgrounds/tab-server-route/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": "3.1.1",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
"play:build": "nuxt build",
"play:dev": "nuxt dev",
"play:generate": "nuxt generate",
"play:preview": "nuxt preview"
},
"devDependencies": {
"@types/node": "catalog:types",
Expand Down
8 changes: 4 additions & 4 deletions playgrounds/tab-timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": "3.1.1",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
"play:build": "nuxt build",
"play:dev": "nuxt dev",
"play:generate": "nuxt generate",
"play:preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/devtools": "workspace:^",
Expand Down
8 changes: 4 additions & 4 deletions playgrounds/v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"version": "3.1.1",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
"play:build": "nuxt build",
"play:dev": "nuxt dev",
"play:generate": "nuxt generate",
"play:preview": "nuxt preview"
}
}
70 changes: 67 additions & 3 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ catalogs:
nuxt: ^4.2.2
rollup: ^4.55.1
shiki-codegen: ^3.21.0
turbo: ^2.7.3
unbuild: ^3.6.1
unocss: ^66.5.12
unplugin-vue: ^7.1.0
Expand Down
11 changes: 11 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"outputLogs": "new-only",
"outputs": [
"dist/**"
]
}
}
}