Ajusta layout

This commit is contained in:
LeoMortari
2025-11-01 21:35:59 -03:00
parent 9c4600c64e
commit 9fafc4e6f4
18 changed files with 3676 additions and 606 deletions

View File

@@ -6,6 +6,16 @@ import { fileURLToPath } from "node:url";
import { quasar, transformAssetUrls } from "@quasar/vite-plugin";
export default defineConfig({
server: {
host: "127.0.0.1",
port: 5173,
strictPort: true,
},
preview: {
host: "127.0.0.1",
port: 4173,
strictPort: true,
},
resolve: {
alias: {
"@": path.resolve(__dirname, "src/"),