Frontend Basics
This commit is contained in:
parent
fde16fa283
commit
3bbfed11fa
28 changed files with 2780 additions and 7 deletions
9
drone-frontend/vite.config.js
Normal file
9
drone-frontend/vite.config.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { svelte } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
export default {
|
||||
plugins: [svelte()],
|
||||
server: {
|
||||
port: 4173,
|
||||
strictPort: true
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue