Experimental port to Firebase hosting
This commit is contained in:
4
modules/config.js
Normal file
4
modules/config.js
Normal file
@ -0,0 +1,4 @@
|
||||
export const npmRegistryURL =
|
||||
process.env.NPM_REGISTRY_URL || 'https://registry.npmjs.org';
|
||||
|
||||
export const origin = process.env.ORIGIN || 'http://localhost:5000';
|
||||
Reference in New Issue
Block a user