file transfer

This commit is contained in:
2026-07-16 14:30:38 +05:30
parent 0a2833d371
commit dc604a4c30
3 changed files with 288 additions and 151 deletions

View File

@@ -6,7 +6,7 @@ export default defineConfig({
plugins: [react()],
server: {
host: '0.0.0.0',
port: 4173,
port: 6173,
allowedHosts: ["rmm.seekright.com"]
},
})