summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-08-14 21:42:19 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-08-14 21:42:19 +0200
commit8960e806f3bb32ab0add34a7c85867c7bd673b95 (patch)
treedf908b5abd10d27279f4c6200da31f0af5d4378c /client/package.json
parentd947aa906da140dcd606cbf4c8c681e74d7ca9aa (diff)
client: Switch to adapter-nodeHEADmaster
Can't really do +page.server.ts with adapter-static so move to adapter-node.
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index 8c55916..56790f1 100644
--- a/client/package.json
+++ b/client/package.json
@@ -17,7 +17,7 @@
"devDependencies": {
"@eslint/compat": "^1.3.2",
"@eslint/js": "^9.33.0",
- "@sveltejs/adapter-static": "^3.0.9",
+ "@sveltejs/adapter-node": "^5.2.16",
"@sveltejs/kit": "^2.30.1",
"@sveltejs/vite-plugin-svelte": "^6.1.2",
"eslint": "^9.33.0",
@@ -40,6 +40,7 @@
}
},
"dependencies": {
+ "dotenv": "^17.2.1",
"openapi-fetch": "^0.14.0",
"superstruct": "^2.0.2"
}