You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { vanillaExtractPlugin } from "@vanilla-extract/vite-plugin"
// import { qrcode } from "vite-plugin-qrcode"
// https://vitejs.dev/config/
export default defineConfig({
base: "", // Makes paths relative
plugins: [
// qrcode(), // only applies in dev mode
vanillaExtractPlugin(),
react(),
rune({
logicPath: path.resolve("./src/logic.ts"),
minifyLogic: false, // This flag can be used if your logic reaches the allowed limit. However, it will make it significantly more difficult to detect validation issues