Make sure this builds

This commit is contained in:
MotorTruck1221
2025-05-04 23:56:09 -06:00
parent 5e42a918ff
commit a78ab8e1b2
10 changed files with 157 additions and 16 deletions
+3
View File
@@ -27,8 +27,11 @@ const viteWispServer = (): Plugin => {
export default defineConfig({
vite: {
plugins: [
//@ts-ignore
tailwindcss(),
//@ts-ignore
viteWispServer(),
//@ts-ignore
viteStaticCopy({
targets: [
{ src: `${uvPath}/**/*`.replace(/\\/g, "/"), dest: "vu", overwrite: false },