mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
react env apply
This commit is contained in:
@@ -13,6 +13,10 @@ var env = {
|
||||
|
||||
fs.writeFileSync('.env', envfile.stringifySync(env));
|
||||
|
||||
var reactEnv = require('@beam-australia/react-env');
|
||||
|
||||
reactEnv.apply();
|
||||
|
||||
app.use(express.static(path.join(__dirname, 'build')));
|
||||
|
||||
app.get('/*', function (req, res) {
|
||||
|
||||
Reference in New Issue
Block a user