Skip to content

Commit

Permalink
format files
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Hootman <[email protected]>
  • Loading branch information
HootDunk committed Apr 30, 2024
1 parent 97caff5 commit 8ce67c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config = {
// for more information about preprocessors
preprocess: vitePreprocess(),

kit: {
kit: {
adapter: adapter({
fallback: 'index.html'
}),
Expand Down

0 comments on commit 8ce67c6

Please sign in to comment.