Add commented Vite config for external access
This commit is contained in:
parent
8ba357d897
commit
75c53a2b5e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user