1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00
budibase/apps/account-portal/packages/ui/.routify/config.js
2023-10-17 10:59:46 +02:00

19 lines
No EOL
371 B
JavaScript

module.exports = {
"pages": "src/pages",
"sourceDir": "public",
"routifyDir": ".routify",
"ignore": "",
"dynamicImports": false,
"singleBuild": false,
"noHashScroll": false,
"distDir": "dist",
"hashScroll": true,
"childProcess": "dev:vite",
"extensions": [
"html",
"svelte",
"md",
"svx"
],
"started": "2023-10-17T08:44:43.702Z"
}