Minor changes

This commit is contained in:
Shubh942 2024-06-30 16:04:21 +05:30
parent 408771b6e7
commit 1fa84bf3aa

View file

@ -12,4 +12,8 @@ export default defineConfig({
include: ["src/**/*.{test,spec}.{js,ts}"],
},
},
server: {
host: "0.0.0.0",
port: 5173,
},
});