Make biome happier
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import express, {
|
||||
Request as ExpressRequest,
|
||||
Response as ExpressResponse,
|
||||
type Request as ExpressRequest,
|
||||
type Response as ExpressResponse,
|
||||
} from "express";
|
||||
import { match } from "path-to-regexp";
|
||||
import { cli } from "./cli";
|
||||
@@ -10,19 +10,16 @@ import { routes } from "./routes";
|
||||
import { services } from "./services";
|
||||
// import { URLPattern } from 'node:url';
|
||||
import {
|
||||
Call,
|
||||
InternalHandler,
|
||||
Method,
|
||||
ProcessedRoute,
|
||||
Result,
|
||||
Route,
|
||||
type Call,
|
||||
type InternalHandler,
|
||||
type Method,
|
||||
massageMethod,
|
||||
methodParser,
|
||||
type ProcessedRoute,
|
||||
type Result,
|
||||
type Route,
|
||||
} from "./types";
|
||||
|
||||
|
||||
|
||||
|
||||
const app = express();
|
||||
|
||||
services.logging.log({ source: "logging", text: ["1"] });
|
||||
|
||||
Reference in New Issue
Block a user