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.
1 parent f7bfc72 commit 41efc6eCopy full SHA for 41efc6e
src/Server.ts
@@ -1,6 +1,6 @@
1
import EventEmitter from "node:events";
2
import http from "node:http";
3
-import packageJson from "../package.json" with {type: "json"};
+import packageJson from "./package.json" with {type: "json"};
4
import {Authenticator} from "./auth/Authenticator.js";
5
import {Request} from "./Request.js";
6
import {EmptyResponse} from "./response/index.js";
src/package.json
@@ -0,0 +1 @@
+../package.json
0 commit comments