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

Commit 2c2cd29

Browse files
committed
chore: use prod config by default
1 parent 93529d3 commit 2c2cd29

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 || "dev";
4+
const env = process.env.APPENV || "prod";
55

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

0 commit comments

Comments
 (0)