bug fixed

This commit is contained in:
Samandar Turgunboyev
2026-02-03 18:56:12 +05:00
parent 0fd6bb9906
commit d5106d85e9
3 changed files with 7 additions and 60 deletions

View File

@@ -11,7 +11,7 @@ export default defineConfig({
alias: [{ find: "@", replacement: path.resolve(__dirname, "src") }],
},
server: {
port: 3002,
port: 8081,
open: true,
},
});