fix: added a warning comment

This commit is contained in:
Xiaohan-Tian
2026-01-17 14:05:10 -08:00
parent 8c1ab53f25
commit 609efab64a
+1
View File
@@ -17,6 +17,7 @@ export default defineConfig({
__APP_VERSION__: JSON.stringify(version),
},
server: {
// IMPORTANT: MAKE SURE TO UPDATE YOUR OS HOSTS FILE TO POINT `testlocal.com` TO YOUR LOCAL IP (e.g. 127.0.0.1).
allowedHosts: ['testlocal.com', '.testlocal.com', 'localhost', '127.0.0.1'],
},
})