minecraft-map-test/svelte.config.js

11 lines
169 B
JavaScript
Raw Permalink Normal View History

2023-01-15 22:03:55 -05:00
import adapter from '@sveltejs/adapter-node';
2023-01-15 21:58:31 -05:00
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter()
}
};
export default config;