Skip to content

Commit 5ad01db

Browse files
committed
Update Nimbus README with enw allowedHosts setup
1 parent 5c6383b commit 5ad01db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/cyberstorm-remix/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ VITE_AUTH_BASE_URL=http://thunderstore.temp
3636
VITE_AUTH_RETURN_URL=http://new.thunderstore.temp
3737
```
3838

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"`
39+
5. Add your local test domains (e.g. `".thunderstore.temp"`) in to env variable `__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=`; like this `__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=.thunderstore.temp`. (`localhost` is enabled by default)
40+
4041

4142
6. Run the build/start server script or the dev server script
4243

0 commit comments

Comments
 (0)