Docker setup work
This commit is contained in:
@@ -14,7 +14,7 @@ export module ServerConfig {
|
||||
Config.withDefault("development"),
|
||||
)
|
||||
|
||||
export const httpPort = Config.number("HTTP_PORT").pipe(Config.withDefault(8080))
|
||||
export const httpPort = Config.number("HTTP_PORT").pipe(Config.withDefault(80))
|
||||
export const rpcHTTPRoot = Config.string("RPC_HTTP_ROOT").pipe(Config.withDefault("/rpc"))
|
||||
export const rpcHTTPPlaygroundRoot = Config.string("RPC_HTTP_PLAYGROUND_ROOT").pipe(Config.withDefault("/rpc/playground"))
|
||||
}
|
||||
|
||||
@@ -5,8 +5,12 @@ import { defineConfig } from "vite"
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
server: {
|
||||
port: 80,
|
||||
},
|
||||
|
||||
plugins: [
|
||||
TanStackRouterVite(),
|
||||
react(),
|
||||
]
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user