Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a70b51d

Browse files
Update index.js
1 parent d57b322 commit a70b51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global process */
22

33
module.exports = (() => {
4-
const env = process.env.APPENV || "prod";
4+
const env = process.env.APPENV || "dev";
55

66
console.info(`APPENV: "${env}"`);
77

0 commit comments

Comments
 (0)