chore: formatting

This commit is contained in:
Stavros
2025-05-20 17:02:10 +03:00
parent d59f35467e
commit 02f83baa4d
18 changed files with 175 additions and 168 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import path from "path"
import tailwindcss from "@tailwindcss/vite"
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import path from "path";
import tailwindcss from "@tailwindcss/vite";
// https://vite.dev/config/
export default defineConfig({
@@ -21,5 +21,5 @@ export default defineConfig({
},
},
allowedHosts: true,
}
})
},
});