mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 19:37:34 -07:00
Fix message
This commit is contained in:
parent
d83ec1798d
commit
46665b2b37
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const isDebug = !isProduction;
|
||||||
|
|
||||||
if (isDebug) {
|
if (isDebug) {
|
||||||
console.warn(chalk.yellow.bold('WARNING! NODE_ENV is not "production".'));
|
console.warn(chalk.yellow.bold('WARNING! NODE_ENV is not "production".'));
|
||||||
console.warn(chalk.yellow.bold(' built script compessing will not be performed.'));
|
console.warn(chalk.yellow.bold(' built script will not be compressed.'));
|
||||||
}
|
}
|
||||||
|
|
||||||
const constants = require('./src/const.json');
|
const constants = require('./src/const.json');
|
||||||
|
|
Loading…
Reference in a new issue