diff options
Diffstat (limited to 'svelte.config.cjs')
| -rw-r--r-- | svelte.config.cjs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/svelte.config.cjs b/svelte.config.cjs deleted file mode 100644 index cf7a842..0000000 --- a/svelte.config.cjs +++ /dev/null @@ -1,11 +0,0 @@ -module.exports = { - kit: { - // By default, `npm run build` will create a standard Node app. - // You can create optimized builds for different platforms by - // specifying a different adapter - adapter: '@sveltejs/adapter-node', - - // hydrate the <div id="forum"> element in src/app.html - target: '#forum' - } -}; |