File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,9 +244,9 @@ EXPOSE 3000
244244## Railway
245245[ Railway] ( https://railway.app ) is one of the popular deployment platform.
246246
247- Railway assign ** random port** to expose for each deployment that can be access via ` PORT ` environment variable.
247+ Railway assigns a ** random port** to expose for each deployment, which can be accessed via the ` PORT ` environment variable.
248248
249- We need to modify our Elysia server to accept ` PORT ` environment to comply with Railway port.
249+ We need to modify our Elysia server to accept the ` PORT ` environment variable to comply with Railway port.
250250
251251Instead of a fixed port, we may use ` process.env.PORT ` and provide a fallback on development instead.
252252``` ts
You can’t perform that action at this time.
0 commit comments