Skip to content

Commit 6d4c1fe

Browse files
committed
use with instead of assert
1 parent cd3faa3 commit 6d4c1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import http from "node:http";
2-
import packageJson from "../package.json" assert {type: "json"};
2+
import packageJson from "../package.json" with {type: "json"};
33
import {Request} from "./Request.js";
44
import {Response} from "./response/Response.js";
55
import {RouteRegistry} from "./routing/RouteRegistry.js";

0 commit comments

Comments
 (0)