Revert "Automatically run "make ports" if needed"
This reverts commit 43dacc9aaf5cbd1c7a16a95f87ca990860c76b2d.
This commit is contained in:
5
main.go
5
main.go
@ -49,12 +49,9 @@ func configure(app *aero.Application) *aero.Application {
|
||||
// API
|
||||
arn.API.Install(app)
|
||||
|
||||
// Development server configuration
|
||||
// Domain
|
||||
if arn.IsDevelopment() {
|
||||
app.Config.Domain = "beta.notify.moe"
|
||||
|
||||
// Test connectivity
|
||||
app.OnStart(testConnectivity)
|
||||
}
|
||||
|
||||
// Authentication
|
||||
|
Reference in New Issue
Block a user