We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5e364 commit a7fd5a6Copy full SHA for a7fd5a6
packages/codesandbox-api/src/dispatcher/host.ts
@@ -1,3 +1,5 @@
1
+declare var process: { env: { CODESANDBOX_HOST: string | undefined } };
2
+
3
const host = process.env.CODESANDBOX_HOST;
4
5
export default host || 'https://codesandbox.io';
0 commit comments