Skip to content

Commit

Permalink
fix: ignore pinceau routes to generate without failing
Browse files Browse the repository at this point in the history
Resolves #937
  • Loading branch information
Atinux committed Jul 6, 2023
1 parent 2ec5e9c commit 3e728b5
Show file tree
Hide file tree
Showing 3 changed files with 554 additions and 293 deletions.
7 changes: 6 additions & 1 deletion nuxt.config.ts
Expand Up @@ -90,5 +90,10 @@ export default defineNuxtConfig({
},
typescript: {
includeWorkspace: true
}
},
nitro: {
prerender: {
ignore: ['/__pinceau_tokens_config.json', '/__pinceau_tokens_schema.json']
}
},
})
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -31,22 +31,22 @@
"@nuxt-themes/tokens": "^1.9.1",
"@nuxt-themes/typography": "^0.11.0",
"@nuxt/content": "^2.7.0",
"@nuxthq/studio": "^0.13.2",
"@nuxthq/studio": "^0.13.3",
"@vueuse/nuxt": "^10.2.1"
},
"devDependencies": {
"@algolia/client-search": "^4.18.0",
"@docsearch/css": "^3.5.1",
"@docsearch/js": "^3.5.1",
"@nuxt/devtools": "^0.6.4",
"@nuxt/devtools": "^0.6.7",
"@nuxt/eslint-config": "^0.1.1",
"@nuxtjs/algolia": "^1.8.0",
"@types/node": "^20.3.2",
"eslint": "^8.43.0",
"nuxt": "^3.6.1",
"release-it": "^15.11.0",
"@types/node": "^20.4.0",
"eslint": "^8.44.0",
"nuxt": "^3.6.2",
"release-it": "^16.0.0",
"typescript": "^5.1.6",
"vite-plugin-inspect": "^0.7.31",
"vite-plugin-inspect": "^0.7.32",
"vue": "^3.3.4"
},
"pnpm": {
Expand Down

0 comments on commit 3e728b5

Please sign in to comment.