Experimental port to Firebase hosting
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
const https = require('https');
|
||||
import https from 'https';
|
||||
|
||||
const agent = new https.Agent({
|
||||
keepAlive: true
|
||||
});
|
||||
|
||||
module.exports = agent;
|
||||
export default agent;
|
||||
|
Reference in New Issue
Block a user