This commit is contained in:
iamBadgers
2026-04-26 16:38:37 -07:00
parent a3bd1b2177
commit 8c45fdb472
3 changed files with 6 additions and 5 deletions

View File

@@ -20,6 +20,6 @@ export default defineConfig({
server: {
allowedHosts: true,
host: true,
port: 5173
port: 5173,
}
})