Эх сурвалжийг харах

feat(examples/api): use strict port (#5013)

Amr Bashir 3 жил өмнө
parent
commit
2b846f413c

+ 2 - 0
examples/api/vite.config.js

@@ -18,6 +18,8 @@ export default defineConfig(async ({ command, mode }) => {
       }
     },
     server: {
+      port: 5173,
+      strictPort: true,
       hmr: {
         host,
         port: 5183