chore(repository): initial commit
This commit is contained in:
commit
93baafac31
19 changed files with 2582 additions and 0 deletions
12
vite.config.ts
Normal file
12
vite.config.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import devtoolsJson from 'vite-plugin-devtools-json';
|
||||
import tailwindcss from '@tailwindcss/vite';
|
||||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
tailwindcss(),
|
||||
sveltekit(),
|
||||
devtoolsJson()
|
||||
]
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue