first commit to move to svelte
This commit is contained in:
8
frontend/svelte.config.js
Normal file
8
frontend/svelte.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import adapter from '@sveltejs/adapter-static';
|
||||
|
||||
export default {
|
||||
kit: {
|
||||
adapter: adapter(),
|
||||
paths: { base: '', assets: '' }
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user