fix: errors with npm run build && npm run start #168

Merged
Sainan merged 2 commits from pathman into main 2024-05-09 06:10:13 -07:00
Owner

Closes #167
Closes #118

Closes #167 Closes #118
OrdisPrime (Migrated from github.com) reviewed 2024-05-06 06:12:36 -07:00
@ -6,3 +6,3 @@
"scripts": {
"start": "node build/index.js",
"start": "node --import ./build/src/pathman.js build/src/index.js",
"dev": "ts-node-dev --openssl-legacy-provider -r tsconfig-paths/register src/index.ts ",
OrdisPrime (Migrated from github.com) commented 2024-05-06 06:12:00 -07:00
Author
Owner

the file is called pathman.ts but used as pathman.js here? is that intended?

the file is called pathman.ts but used as pathman.js here? is that intended?
Sainan reviewed 2024-05-06 06:13:10 -07:00
@ -6,3 +6,3 @@
"scripts": {
"start": "node build/index.js",
"start": "node --import ./build/src/pathman.js build/src/index.js",
"dev": "ts-node-dev --openssl-legacy-provider -r tsconfig-paths/register src/index.ts ",
Author
Owner

Yes, that's what happens to TS files when they're built.

Yes, that's what happens to TS files when they're built.
Sign in to join this conversation.
No description provided.