summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-06-24 09:03:28 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-06-24 09:15:10 +0200
commit4b6a8240d8a020dcd4abb2755ebbbc11f966393e (patch)
tree4373f3668d7702fc3da860fa98ced1bdf262116e /client/package.json
parentbdba7f5c449c0ac77bbd2420c5bc086a7e369a91 (diff)
client: Replace @sveltejs/adapter-auto with adapter-static
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index 55d1e58..9fffc52 100644
--- a/client/package.json
+++ b/client/package.json
@@ -16,7 +16,7 @@
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
- "@sveltejs/adapter-auto": "^6.0.0",
+ "@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"eslint": "^9.18.0",