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'
}
};