We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088b821 commit e9379e9Copy full SHA for e9379e9
1 file changed
src/main.ts
@@ -47,7 +47,7 @@ async function bootstrap() {
47
console.warn("hasura is not able to be setup, exiting", error);
48
process.exit(1);
49
}
50
- if (!process.env.DEV) {
+ if (process.env.RUN_MIGRATIONS) {
51
process.exit(0);
52
53
0 commit comments