Fix typo
This commit is contained in:
@@ -18,7 +18,12 @@ export default defineConfig({
|
|||||||
server: {
|
server: {
|
||||||
host: true,
|
host: true,
|
||||||
port: 5173,
|
port: 5173,
|
||||||
|
}, preview: {
|
||||||
|
host: true, // Production (vite preview) uchun
|
||||||
|
port: 3000,
|
||||||
|
allowedHosts: ["admin.simpletravel.uz"], // ✅ bu yer muhim
|
||||||
},
|
},
|
||||||
|
|
||||||
build: {
|
build: {
|
||||||
outDir: "dist", // Vercel build chiqishini shu papkadan oladi
|
outDir: "dist", // Vercel build chiqishini shu papkadan oladi
|
||||||
sourcemap: false, // Agar kerak bo‘lmasa o‘chirib qo‘ying
|
sourcemap: false, // Agar kerak bo‘lmasa o‘chirib qo‘ying
|
||||||
|
|||||||
Reference in New Issue
Block a user