Skip to content

Commit 3e728b5

Browse files
committed
fix: ignore pinceau routes to generate without failing
Resolves #937
1 parent 2ec5e9c commit 3e728b5

File tree

3 files changed

+554
-293
lines changed

3 files changed

+554
-293
lines changed

nuxt.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,10 @@ export default defineNuxtConfig({
9090
},
9191
typescript: {
9292
includeWorkspace: true
93-
}
93+
},
94+
nitro: {
95+
prerender: {
96+
ignore: ['/__pinceau_tokens_config.json', '/__pinceau_tokens_schema.json']
97+
}
98+
},
9499
})

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
"@nuxt-themes/tokens": "^1.9.1",
3232
"@nuxt-themes/typography": "^0.11.0",
3333
"@nuxt/content": "^2.7.0",
34-
"@nuxthq/studio": "^0.13.2",
34+
"@nuxthq/studio": "^0.13.3",
3535
"@vueuse/nuxt": "^10.2.1"
3636
},
3737
"devDependencies": {
3838
"@algolia/client-search": "^4.18.0",
3939
"@docsearch/css": "^3.5.1",
4040
"@docsearch/js": "^3.5.1",
41-
"@nuxt/devtools": "^0.6.4",
41+
"@nuxt/devtools": "^0.6.7",
4242
"@nuxt/eslint-config": "^0.1.1",
4343
"@nuxtjs/algolia": "^1.8.0",
44-
"@types/node": "^20.3.2",
45-
"eslint": "^8.43.0",
46-
"nuxt": "^3.6.1",
47-
"release-it": "^15.11.0",
44+
"@types/node": "^20.4.0",
45+
"eslint": "^8.44.0",
46+
"nuxt": "^3.6.2",
47+
"release-it": "^16.0.0",
4848
"typescript": "^5.1.6",
49-
"vite-plugin-inspect": "^0.7.31",
49+
"vite-plugin-inspect": "^0.7.32",
5050
"vue": "^3.3.4"
5151
},
5252
"pnpm": {

0 commit comments

Comments
 (0)