mirror of
https://github.com/danbulant/Mangades
synced 2026-06-22 08:02:25 +00:00
18 lines
No EOL
340 B
JavaScript
18 lines
No EOL
340 B
JavaScript
module.exports = {
|
|
"pages": "src/pages",
|
|
"sourceDir": "public",
|
|
"routifyDir": ".routify",
|
|
"ignore": "",
|
|
"dynamicImports": true,
|
|
"singleBuild": false,
|
|
"noHashScroll": false,
|
|
"distDir": "dist",
|
|
"hashScroll": true,
|
|
"extensions": [
|
|
"svelte",
|
|
"html",
|
|
"svx",
|
|
"md"
|
|
],
|
|
"started": "2021-05-20T14:57:51.302Z"
|
|
} |