Maston
Results
1
comments of
Maston
@kpeters-cbsi works for me, i use [tsx](https://github.com/privatenumber/tsx) to start the node process (with type: "module" ofc), my import looks like this: ```ts import(`./module?version=${Date.now()}`) ``` note that i am not using...