Add commented Vite config for external access

This commit is contained in:
Râu Cao 2026-01-16 14:37:10 +07:00
parent 8ba357d897
commit 75c53a2b5e
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

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