Serve dev on all IPs

This commit is contained in:
2026-05-05 07:17:30 +02:00
parent 0332cf4c3c
commit a240a5d199

View File

@@ -4,7 +4,7 @@ import { babel } from '@rollup/plugin-babel';
export default defineConfig({
server: {
host: '127.0.0.1',
host: '0.0.0.0',
},
plugins: [
ember(),