Skip to content

Commit 56e9f94

Browse files
committed
Update Nimbus README with enw allowedHosts setup
1 parent ed81119 commit 56e9f94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/cyberstorm-remix/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ VITE_API_URL=http://thunderstore.temp
3434
VITE_COOKIE_DOMAIN=.thunderstore.temp
3535
VITE_AUTH_BASE_URL=http://thunderstore.temp
3636
VITE_AUTH_RETURN_URL=http://new.thunderstore.temp
37+
__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=.thunderstore.temp
3738
```
3839

39-
5. Uncomment the following string to the `allowedHosts` list in `vite.config.ts` ([link](https://github.com/thunderstore-io/thunderstore-ui/blob/f69ca05f2fe51320768aa4b934d17e40060192b5/apps/cyberstorm-remix/vite.config.ts#L13-L17)): `".thunderstore.temp"`
40-
41-
6. Run the build/start server script or the dev server script
40+
5. Run the build/start server script or the dev server script
4241

4342
Build and start
4443
```

0 commit comments

Comments
 (0)