Skip to content

Commit 8ce67c6

Browse files
committed
format files
Signed-off-by: Josh Hootman <[email protected]>
1 parent 97caff5 commit 8ce67c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"devDependencies": {
1818
"@playwright/test": "^1.28.1",
19-
"@sveltejs/adapter-auto": "^3.0.0",
20-
"@sveltejs/adapter-static": "^3.0.1",
19+
"@sveltejs/adapter-auto": "^3.0.0",
20+
"@sveltejs/adapter-static": "^3.0.1",
2121
"@sveltejs/kit": "^2.0.0",
2222
"@sveltejs/vite-plugin-svelte": "^3.0.0",
2323
"@types/eslint": "^8.56.0",

frontend/svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const config = {
77
// for more information about preprocessors
88
preprocess: vitePreprocess(),
99

10-
kit: {
10+
kit: {
1111
adapter: adapter({
1212
fallback: 'index.html'
1313
}),

0 commit comments

Comments
 (0)