fix: errors with npm run build && npm run start
#168
Reference in New Issue
Block a user
Delete Branch "pathman"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #167
Closes #118
@@ -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 ",the file is called pathman.ts but used as pathman.js here? is that intended?
@@ -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 ",Yes, that's what happens to TS files when they're built.