Files
lean-101-website/svelte.config.js
T

10 lines
127 B
JavaScript
Raw Normal View History

2026-05-06 22:38:06 +12:00
import adapter from '@sveltejs/adapter-node';
const config = {
kit: {
adapter: adapter()
}
};
export default config;