mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 09:06:01 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -28,7 +28,7 @@ export async function getApp(config: RemixBkndConfig, args?: RemixContext) {
|
||||
}
|
||||
|
||||
export function serve<Args extends RemixContext = RemixContext>(
|
||||
config: RemixBkndConfig<Args> = {}
|
||||
config: RemixBkndConfig<Args> = {},
|
||||
) {
|
||||
return async (args: Args) => {
|
||||
app = await createFrameworkApp(config, args);
|
||||
|
||||
Reference in New Issue
Block a user