Compare commits
No commits in common. "f323d312d72326b7d4331c5ef67a84e2c64308ab" and "27e923ecd4e12b0a7220dd2f9378d369186d66c0" have entirely different histories.
f323d312d7
...
27e923ecd4
@ -5,7 +5,6 @@ import configProduction from './config.production'
|
||||
|
||||
// 클라이언트에서는 이 함수를 사용하여 config 값을 참조합니다.
|
||||
const Config = () => {
|
||||
console.log('🚀 ~ Config ~ process.env.NEXT_PUBLIC_RUN_MODE:', process.env.NEXT_PUBLIC_RUN_MODE)
|
||||
switch (process.env.NEXT_PUBLIC_RUN_MODE) {
|
||||
case 'local':
|
||||
return configLocal
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
var exec = require('child_process').exec
|
||||
exec('yarn start:cluster1', { windowsHide: true })
|
||||
@ -1,2 +0,0 @@
|
||||
var exec = require('child_process').exec
|
||||
exec('yarn start:cluster2', { windowsHide: true })
|
||||
@ -1,2 +0,0 @@
|
||||
var exec = require('child_process').exec
|
||||
exec('yarn start:dev', { windowsHide: true })
|
||||
Loading…
x
Reference in New Issue
Block a user