bgg-ottawa-sell-club/svelte.config.js

11 lines
169 B
JavaScript
Raw Normal View History

2024-02-01 16:15:40 +00:00
import adapter from '@sveltejs/adapter-node';
2024-01-31 18:22:14 +00:00
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter()
}
};
export default config;