Automatically run "make ports" if needed

This commit is contained in:
2018-07-08 15:39:19 +09:00
parent 51c6382bfc
commit 43dacc9aaf
3 changed files with 37 additions and 5 deletions

View File

@ -49,9 +49,12 @@ func configure(app *aero.Application) *aero.Application {
// API
arn.API.Install(app)
// Domain
// Development server configuration
if arn.IsDevelopment() {
app.Config.Domain = "beta.notify.moe"
// Test connectivity
app.OnStart(testConnectivity)
}
// Authentication