chore: Remove use of ts-macros #3

Merged
glen merged 2 commits from remove_macros into main 2024-10-15 06:53:08 +00:00
Showing only changes of commit fa2d98069f - Show all commits

View File

@ -5,7 +5,6 @@
scripts: { scripts: {
build: 'tsc && cp etc/package.json build/', build: 'tsc && cp etc/package.json build/',
go: 'pnpm build && pnpm start', go: 'pnpm build && pnpm start',
prepare: 'ts-patch install -s',
start: 'node --experimental-loader tsc-module-loader build', start: 'node --experimental-loader tsc-module-loader build',
test: 'echo Error no test specified && exit 1', test: 'echo Error no test specified && exit 1',
}, },