init: initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react-swc";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import wails from "@wailsio/runtime/plugins/vite";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react(), tailwindcss(), wails("./bindings")],
|
||||
});
|
||||
Reference in New Issue
Block a user