DuxtServer constructor
DuxtServer({})
Implementation
DuxtServer({
this.port = 3000,
this.apiDir = 'server/api',
this.staticDir,
this.middleware = const [],
this.requestTimeout = const Duration(seconds: 30),
});