diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-13 15:28:29 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-13 15:28:29 +0100 |
| commit | c1bc5993a694f6fd047a3881351827058042483b (patch) | |
| tree | 3d64130e1e6a2f86f70981df28cf22cd535bf2b2 /svelte.config.cjs | |
| parent | bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6 (diff) | |
Use routify and GraphQL server
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' - } -}; |