Comment dev config for remote access
All checks were successful
CI / Lint (push) Successful in 20s
CI / Test (push) Successful in 34s

This commit is contained in:
2026-03-11 18:26:45 +04:00
parent ea7cb2f895
commit 466b1d5383

View File

@@ -3,9 +3,9 @@ import { extensions, ember } from '@embroider/vite';
import { babel } from '@rollup/plugin-babel'; import { babel } from '@rollup/plugin-babel';
export default defineConfig({ export default defineConfig({
server: { // server: {
host: '0.0.0.0' // host: '0.0.0.0',
}, // },
plugins: [ plugins: [
ember(), ember(),
// extra plugins here // extra plugins here