From 56e9f942e0aaa202b5b97c850394e8c00168e23d Mon Sep 17 00:00:00 2001 From: Oksamies Date: Mon, 6 Oct 2025 13:47:38 +0300 Subject: [PATCH] Update Nimbus README with enw allowedHosts setup --- apps/cyberstorm-remix/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/cyberstorm-remix/README.md b/apps/cyberstorm-remix/README.md index 0b961eaf8..13457df08 100644 --- a/apps/cyberstorm-remix/README.md +++ b/apps/cyberstorm-remix/README.md @@ -34,11 +34,10 @@ VITE_API_URL=http://thunderstore.temp VITE_COOKIE_DOMAIN=.thunderstore.temp VITE_AUTH_BASE_URL=http://thunderstore.temp VITE_AUTH_RETURN_URL=http://new.thunderstore.temp +__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS=.thunderstore.temp ``` -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"` - -6. Run the build/start server script or the dev server script +5. Run the build/start server script or the dev server script Build and start ```