You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/docs/deployment/deployment-methods/paas.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,6 @@ To get started, follow these steps:
232
232
1. Create a [Railway](https://railway.com/?utm_medium=integration&utm_source=docs&utm_campaign=wasp) account.
233
233
1. Install the [Railway CLI](https://docs.railway.com/develop/cli?utm_medium=integration&utm_source=docs&utm_campaign=wasp#installing-the-cli).
234
234
1. Run `railway login` and a browser tab will open to authenticate you.
235
-
1. Go to your [Railway account settings](https://railway.com/account/feature-flags?utm_medium=integration&utm_source=docs&utm_campaign=wasp) and enable **Railpack** as the default deployment builder. This is required for the client routing to work correctly.
236
235
237
236
### Create New Project
238
237
@@ -332,7 +331,7 @@ You'll deploy the server first:
332
331
333
332
Select `client` when prompted to select a service.
334
333
335
-
Railway will detect the `index.html` file and deploy the client as a static site using [Railpack](https://railpack.com/languages/staticfile#root-directory-resolution).
334
+
Railway will detect the `index.html` file and deploy the client as a static site.
Copy file name to clipboardExpand all lines: web/docs/deployment/deployment-methods/wasp-deploy/railway.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ To deploy to Railway using Wasp CLI:
14
14
15
15
1. Create a [Railway](https://railway.com/?utm_medium=integration&utm_source=docs&utm_campaign=wasp) account,
16
16
17
-
1. Wasp CLI requires that Railpack is set as the default deployment builder **for client routing to work correctly**. Go to your [Railway account settings](https://railway.com/account/feature-flags?utm_medium=integration&utm_source=docs&utm_campaign=wasp) and enable "Default to Railpack".
18
-
19
17
1. Install the [`railway` CLI](https://docs.railway.com/guides/cli?utm_medium=integration&utm_source=docs&utm_campaign=wasp#installing-the-cli) on your machine.
Copy file name to clipboardExpand all lines: web/versioned_docs/version-0.17.0/deployment/deployment-methods/paas.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,6 @@ To get started, follow these steps:
229
229
1. Create a [Railway](https://railway.com/?utm_medium=integration&utm_source=docs&utm_campaign=wasp) account.
230
230
1. Install the [Railway CLI](https://docs.railway.com/develop/cli?utm_medium=integration&utm_source=docs&utm_campaign=wasp#installing-the-cli).
231
231
1. Run `railway login` and a browser tab will open to authenticate you.
232
-
1. Go to your [Railway account settings](https://railway.com/account/feature-flags?utm_medium=integration&utm_source=docs&utm_campaign=wasp) and enable **Railpack** as the default deployment builder. This is required for the client routing to work correctly.
233
232
234
233
### Create New Project
235
234
@@ -330,7 +329,7 @@ You'll deploy the server first:
330
329
331
330
Select `client` when prompted to select a service.
332
331
333
-
Railway will detect the `index.html` file and deploy the client as a static site using [Railpack](https://railpack.com/languages/staticfile#root-directory-resolution).
332
+
Railway will detect the `index.html` file and deploy the client as a static site.
Copy file name to clipboardExpand all lines: web/versioned_docs/version-0.17.0/deployment/deployment-methods/wasp-deploy/railway.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ To deploy to Railway using Wasp CLI:
14
14
15
15
1. Create a [Railway](https://railway.com/?utm_medium=integration&utm_source=docs&utm_campaign=wasp) account,
16
16
17
-
1. Wasp CLI requires that Railpack is set as the default deployment builder **for client routing to work correctly**. Go to your [Railway account settings](https://railway.com/account/feature-flags?utm_medium=integration&utm_source=docs&utm_campaign=wasp) and enable "Default to Railpack".
18
-
19
17
1. Install the [`railway` CLI](https://docs.railway.com/guides/cli?utm_medium=integration&utm_source=docs&utm_campaign=wasp#installing-the-cli) on your machine.
Copy file name to clipboardExpand all lines: web/versioned_docs/version-0.18.0/deployment/deployment-methods/paas.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,6 @@ To get started, follow these steps:
232
232
1. Create a [Railway](https://railway.com/?utm_medium=integration&utm_source=docs&utm_campaign=wasp) account.
233
233
1. Install the [Railway CLI](https://docs.railway.com/develop/cli?utm_medium=integration&utm_source=docs&utm_campaign=wasp#installing-the-cli).
234
234
1. Run `railway login` and a browser tab will open to authenticate you.
235
-
1. Go to your [Railway account settings](https://railway.com/account/feature-flags?utm_medium=integration&utm_source=docs&utm_campaign=wasp) and enable **Railpack** as the default deployment builder. This is required for the client routing to work correctly.
236
235
237
236
### Create New Project
238
237
@@ -332,7 +331,7 @@ You'll deploy the server first:
332
331
333
332
Select `client` when prompted to select a service.
334
333
335
-
Railway will detect the `index.html` file and deploy the client as a static site using [Railpack](https://railpack.com/languages/staticfile#root-directory-resolution).
334
+
Railway will detect the `index.html` file and deploy the client as a static site.
Copy file name to clipboardExpand all lines: web/versioned_docs/version-0.18.0/deployment/deployment-methods/wasp-deploy/railway.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ To deploy to Railway using Wasp CLI:
14
14
15
15
1. Create a [Railway](https://railway.com/?utm_medium=integration&utm_source=docs&utm_campaign=wasp) account,
16
16
17
-
1. Wasp CLI requires that Railpack is set as the default deployment builder **for client routing to work correctly**. Go to your [Railway account settings](https://railway.com/account/feature-flags?utm_medium=integration&utm_source=docs&utm_campaign=wasp) and enable "Default to Railpack".
18
-
19
17
1. Install the [`railway` CLI](https://docs.railway.com/guides/cli?utm_medium=integration&utm_source=docs&utm_campaign=wasp#installing-the-cli) on your machine.
0 commit comments