Defines the app port (8084)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
41f498d85d
commit
cf302138df
@ -3,5 +3,16 @@ import react from '@vitejs/plugin-react-swc'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: "/",
|
||||
plugins: [react()],
|
||||
})
|
||||
preview: {
|
||||
port: 8084,
|
||||
strictPort: true,
|
||||
},
|
||||
server: {
|
||||
port: 8084,
|
||||
strictPort: true,
|
||||
host: true,
|
||||
//origin: "http://0.0.0.0:8084",
|
||||
},
|
||||
})
|
||||
Loading…
x
Reference in New Issue
Block a user