]> git.r.bdr.sh - rbdr/forum/blob - svelte.config.cjs
Update to SvelteKit
[rbdr/forum] / svelte.config.cjs
1 module.exports = {
2 kit: {
3 // By default, `npm run build` will create a standard Node app.
4 // You can create optimized builds for different platforms by
5 // specifying a different adapter
6 adapter: '@sveltejs/adapter-node',
7
8 // hydrate the <div id="forum"> element in src/app.html
9 target: '#forum'
10 }
11 };