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
{"version":3,"file":"vite.config.js","sourceRoot":"","sources":["vite.config.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAExD,MAAM,YAAY,GAAiB,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC;AAC3C,0CAA0C;AAC1C,6BAA6B;CAC9B,CAAC,CAAC;AAEH,eAAe,oBAAoB,CAAC,YAAY,CAAC,CAAC","sourcesContent":["import { UserConfigFn } from 'vite';\nimport { overrideVaadinConfig } from './vite.generated';\n\nconst customConfig: UserConfigFn = (env) => ({\n // Here you can add custom Vite parameters\n // https://vitejs.dev/config/\n});\n\nexport default overrideVaadinConfig(customConfig);\n"]}