diff options
| -rw-r--r-- | package.json | 3 | ||||
| -rw-r--r-- | svelte.config.js | 1 |
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 }; |