We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
with
assert
1 parent cd3faa3 commit 6d4c1feCopy full SHA for 6d4c1fe
src/Server.ts
@@ -1,5 +1,5 @@
1
import http from "node:http";
2
-import packageJson from "../package.json" assert {type: "json"};
+import packageJson from "../package.json" with {type: "json"};
3
import {Request} from "./Request.js";
4
import {Response} from "./response/Response.js";
5
import {RouteRegistry} from "./routing/RouteRegistry.js";
0 commit comments