250kb-club/svelte.config.js
2020-11-26 17:12:00 +01:00

6 lines
222 B
JavaScript

module.exports = {
// 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-static'
};