mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 21:59:04 +02:00
6 lines
222 B
JavaScript
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'
|
|
};
|