]>
Commit | Line | Data |
---|---|---|
bd8e98d7 RBR |
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 | }; |