Compare commits
2 Commits
058d11c041
...
508b749903
| Author | SHA1 | Date | |
|---|---|---|---|
| 508b749903 | |||
| 6ad16ed54d |
5389
package-lock.json
generated
Normal file
5389
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,5 +3,9 @@ import react from '@vitejs/plugin-react'
|
|||||||
|
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
server: {
|
||||||
|
host: "0.0.0.0",
|
||||||
|
port: 3000,
|
||||||
|
},
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user