Compare commits
No commits in common. "master" and "ai-dev" have entirely different histories.
@ -2,7 +2,7 @@ const chokidar = require('chokidar');
|
|||||||
const { exec } = require('child_process');
|
const { exec } = require('child_process');
|
||||||
const nodemon = require('nodemon');
|
const nodemon = require('nodemon');
|
||||||
|
|
||||||
const nodeEnv = process.env.NODE_ENV || 'dev_stage';
|
const nodeEnv = 'dev_stage';
|
||||||
const childEnv = { ...process.env, NODE_ENV: nodeEnv };
|
const childEnv = { ...process.env, NODE_ENV: nodeEnv };
|
||||||
|
|
||||||
const migrationsWatcher = chokidar.watch('./src/db/migrations', {
|
const migrationsWatcher = chokidar.watch('./src/db/migrations', {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user