Executable having trouble with types
I'm encountering a syntax error when trying to import files when running an executable, specifically with type imports.
I have included the entire
When running a compiled binary, I'm getting a SyntaxError related to type imports.
Here's the specific code causing issues:
Function used to import files:
Full Error Message:
Deno Version: 2.1.2
I have included the entire
./src/modules/test directory into the binaryWhen running a compiled binary, I'm getting a SyntaxError related to type imports.
Here's the specific code causing issues:
path: ./src/modules/test/commands/testing.tsFunction used to import files:
Full Error Message:
Deno Version: 2.1.2
