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 97caff5 commit 8ce67c6Copy full SHA for 8ce67c6
frontend/package.json
@@ -16,8 +16,8 @@
16
},
17
"devDependencies": {
18
"@playwright/test": "^1.28.1",
19
- "@sveltejs/adapter-auto": "^3.0.0",
20
- "@sveltejs/adapter-static": "^3.0.1",
+ "@sveltejs/adapter-auto": "^3.0.0",
+ "@sveltejs/adapter-static": "^3.0.1",
21
"@sveltejs/kit": "^2.0.0",
22
"@sveltejs/vite-plugin-svelte": "^3.0.0",
23
"@types/eslint": "^8.56.0",
frontend/svelte.config.js
@@ -7,7 +7,7 @@ const config = {
7
// for more information about preprocessors
8
preprocess: vitePreprocess(),
9
10
- kit: {
+ kit: {
11
adapter: adapter({
12
fallback: 'index.html'
13
}),
0 commit comments