fix: bind server to 0.0.0.0 for container deployment
This commit is contained in:
@@ -10,6 +10,10 @@ const isProd = process.env['NODE_ENV'] === 'production'
|
||||
|
||||
const config = defineConfig({
|
||||
resolve: { tsconfigPaths: true },
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 3000,
|
||||
},
|
||||
plugins: [
|
||||
!isProd && devtools(),
|
||||
tailwindcss(),
|
||||
|
||||
Reference in New Issue
Block a user