We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ea4d2 commit 1ef4879Copy full SHA for 1ef4879
package.json
@@ -70,7 +70,7 @@
70
]
71
},
72
"private": true,
73
- "scripts": {
+ "scripts": {
74
"build": "vite build && mkdir dist/about && cp dist/index.html dist/about && mkdir dist/contact && cp dist/index.html dist/contact && mkdir dist/privacy && cp dist/index.html dist/privacy && mkdir dist/imprint && cp dist/index.html dist/imprint && cp dist/index.html dist/404.html",
75
"dev": "vite",
76
"format": "biome format --write && biome check --formatter-enabled=false --linter-enabled=false --write",
0 commit comments