mirror of
https://github.com/edufeed-org/polloer.git
synced 2025-12-10 00:34:31 +00:00
first commit
This commit is contained in:
commit
def118101d
34 changed files with 4625 additions and 0 deletions
14
sveltekit-ndk-app/svelte.config.js
Normal file
14
sveltekit-ndk-app/svelte.config.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import adapter from '@sveltejs/adapter-auto';
|
||||
import preprocess from 'svelte-preprocess';
|
||||
|
||||
export default {
|
||||
preprocess: preprocess(),
|
||||
kit: {
|
||||
adapter: adapter(),
|
||||
vite: {
|
||||
css: {
|
||||
postcss: true
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue