task update

This commit is contained in:
Samandar Turgunboyev
2026-01-26 16:40:07 +05:00
parent 30f842c53d
commit 88dc5470d9
13 changed files with 165 additions and 46 deletions

View File

@@ -10,4 +10,8 @@ export default defineConfig({
resolve: {
alias: [{ find: "@", replacement: path.resolve(__dirname, "src") }],
},
server: {
port: 5175,
host: true, // barcha hostlarga ruxsat
},
});