- 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',
+ 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: Node(),
+
+ // hydrate the <div id="forum"> element in src/app.html
+ target: '#forum',