We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b582c57 commit 51e4d33Copy full SHA for 51e4d33
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