chore: stop process on build error (#2295)

* Move migration and seed code into driver

* Stop process on build error
This commit is contained in:
Athurg Gooth 2023-09-27 11:56:39 +08:00 committed by GitHub
parent 5121e9f954
commit 5ebf920a61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,3 +13,4 @@ follow_symlink = false
full_bin = ""
send_interrupt = true
kill_delay = 2000
stop_on_error = true