mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
Don't blow up on missing settings
This commit is contained in:
@@ -88,7 +88,7 @@ module.exports = (grunt) ->
|
||||
|
||||
shell:
|
||||
migrate:
|
||||
command: "./node_modules/east/bin/east migrate --adapter east-mongo --url #{settings.mongo.url}"
|
||||
command: "./node_modules/east/bin/east migrate --adapter east-mongo --url #{settings?.mongo?.url}"
|
||||
|
||||
availabletasks:
|
||||
tasks:
|
||||
|
||||
Reference in New Issue
Block a user