Automatically run "make ports" if needed
This commit is contained in:
5
main.go
5
main.go
@ -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
|
||||
|
Reference in New Issue
Block a user