init commit - dev
This commit is contained in:
6
webapp/svelte.config.js
Normal file
6
webapp/svelte.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import adapter from '@sveltejs/adapter-node';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = { kit: { adapter: adapter() } };
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user