This commit is contained in:
2024-03-03 07:23:41 +03:00
parent d43c0a5839
commit 0db252bb27
57 changed files with 1707 additions and 105 deletions

View File

@@ -8,4 +8,11 @@ export default defineConfig({
react(),
TanStackRouterVite()
],
server: {
port: 5173,
strictPort: true,
hmr: {
port: 5173,
},
}
})