We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d830579 + 51e4d33 commit 4aaffc1Copy full SHA for 4aaffc1
1 file changed
src/constants.ts
@@ -1,5 +1,3 @@
1
export const INTERNAL_PREFIX = "/_frsh";
2
-export const DEV_CLIENT_URL = `${INTERNAL_PREFIX}/fresh_dev_client.js`;
3
export const DEV_ERROR_OVERLAY_URL = `${INTERNAL_PREFIX}/error_overlay`;
4
export const ALIVE_URL = `${INTERNAL_PREFIX}/alive`;
5
-export const JS_PREFIX = `/js`;
0 commit comments