+2
-2
tsconfig.json
+2
-2
tsconfig.json
···// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */-"moduleResolution": "nodenext" /* Specify how TypeScript looks up a file from a given module specifier. */,+"moduleResolution": "bundler" /* Specify how TypeScript looks up a file from a given module specifier. */,
+1
-1
src/index.ts
+1
-1
src/index.ts
+4
-1
src/lib/utils/handshake.ts
+4
-1
src/lib/utils/handshake.ts
···
+1
-1
src/lib/env.ts
+1
-1
src/lib/env.ts
···+export const SERVICE_DID = serviceDidParsed ?? `did:web:localhost%3A${SERVER_PORT.toString()}`;