@playcademy/sandbox 0.1.11 → 0.2.1

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/config.js CHANGED
@@ -139,6 +139,7 @@ var config = {
139
139
  };
140
140
  process.env.BETTER_AUTH_SECRET = config.auth.betterAuthSecret;
141
141
  process.env.GAME_JWT_SECRET = config.auth.gameJwtSecret;
142
+ process.env.PUBLIC_IS_LOCAL = "true";
142
143
  export {
143
144
  setEmbeddedMode,
144
145
  requireTimebackCredentials,