@playcademy/sandbox 0.3.17-beta.36 → 0.3.17-beta.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/constants.js CHANGED
@@ -174,7 +174,8 @@ var PLAYCADEMY_BASE_URLS, GAME_WORKER_DOMAINS;
174
174
  var init_domains = __esm(() => {
175
175
  PLAYCADEMY_BASE_URLS = {
176
176
  production: "https://hub.playcademy.net",
177
- staging: "https://hub.dev.playcademy.net"
177
+ staging: "https://hub.dev.playcademy.net",
178
+ local: "http://localhost:5174"
178
179
  };
179
180
  GAME_WORKER_DOMAINS = {
180
181
  production: "playcademy.gg",
@@ -282,7 +283,8 @@ var WORKER_NAMING, SECRETS_PREFIX = "secrets_", CLOUDFLARE_COMPATIBILITY_DATE =
282
283
  var init_workers = __esm(() => {
283
284
  WORKER_NAMING = {
284
285
  STAGING_PREFIX: "staging-",
285
- STAGING_SUFFIX: "-staging"
286
+ STAGING_SUFFIX: "-staging",
287
+ LOCAL_PREFIX: "local-"
286
288
  };
287
289
  });
288
290