aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-31 18:57:36 -0800
committerFuwn <[email protected]>2024-01-31 18:57:36 -0800
commit06d6946b5da83cd746cef12d90f0973c5fbce3c3 (patch)
tree1540acef88dab5f51fcd073144e0c0017058d6fd
parentci(vercel): pin nodejs 18.x (diff)
downloaddue.moe-06d6946b5da83cd746cef12d90f0973c5fbce3c3.tar.xz
due.moe-06d6946b5da83cd746cef12d90f0973c5fbce3c3.zip
ci(vercel): unpin nodejs
-rw-r--r--package.json3
-rw-r--r--svelte.config.js1
2 files changed, 0 insertions, 4 deletions
diff --git a/package.json b/package.json
index 0f4a7e98..0e2147c0 100644
--- a/package.json
+++ b/package.json
@@ -46,8 +46,5 @@
"svelte-i18n": "^4.0.0",
"svelte-notifications": "^0.9.98",
"wanakana": "^5.3.1"
- },
- "engines": {
- "node": "18.x"
}
}
diff --git a/svelte.config.js b/svelte.config.js
index 1019e5ef..81ebfc0d 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -19,7 +19,6 @@ const config = {
$stores: './src/stores'
}
},
- runtime: 'nodejs18.x',
split: true
};