mirror of
https://github.com/KevinMidboe/patlite-tower-lights-controller.git
synced 2025-12-08 20:38:55 +00:00
init commit
This commit is contained in:
8
frontend/vite.config.js
Normal file
8
frontend/vite.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from "vite";
|
||||
import { svelte } from "@sveltejs/vite-plugin-svelte";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [svelte()],
|
||||
root: "./",
|
||||
publicDir: "public",
|
||||
});
|
||||
Reference in New Issue
Block a user