Skip to content

Commit efc3061

Browse files
authored
Merge branch 'code-differently:main' into feature/lesson_17
2 parents 227f49c + 5faa4b7 commit efc3061

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lesson_25/template/vite.config.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import react from '@vitejs/plugin-react';
2-
import {URL, fileURLToPath} from 'url';
3-
import {defineConfig} from 'vite';
2+
import { URL, fileURLToPath } from 'url';
3+
import { defineConfig } from 'vite';
44

55
// https://vitejs.dev/config/
66
export default defineConfig({
@@ -13,4 +13,7 @@ export default defineConfig({
1313
},
1414
],
1515
},
16+
server: {
17+
host: '0.0.0.0'
18+
}
1619
});

0 commit comments

Comments
 (0)