Closed josh-i386g closed 3 months ago
Update: we replaced tsx with https://swc.rs/.
{ "scripts": { "swc-watcher": "npx swc src --out-dir dist --strip-leading-paths --watch --out-file-extension mjs", "swc-runner": "node --watch-path=./dist/ ./dist/index.mjs" } }
Update: we replaced tsx with https://swc.rs/.