Added changes I forgot to commit
This commit is contained in:
parent
32c0ffd715
commit
fbb486e697
54 changed files with 1397 additions and 3786 deletions
7
frontend/vite.config.js
Normal file
7
frontend/vite.config.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import preact from '@preact/preset-vite'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [preact()],
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue