Compare commits

..

No commits in common. "master" and "ai-dev" have entirely different histories.

View File

@ -2,7 +2,7 @@ const chokidar = require('chokidar');
const { exec } = require('child_process');
const nodemon = require('nodemon');
const nodeEnv = process.env.NODE_ENV || 'dev_stage';
const nodeEnv = 'dev_stage';
const childEnv = { ...process.env, NODE_ENV: nodeEnv };
const migrationsWatcher = chokidar.watch('./src/db/migrations', {