fix: broken npm start

This commit is contained in:
Guillaume ARM 2026-06-10 21:24:45 +02:00
parent bea36351c2
commit d688006958

View File

@ -6,7 +6,7 @@
"scripts": {
"build": "tsc --noEmit false",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"start": "node dist/src/index.js",
"test": "npm run build && node --test dist/test/*.test.js"
},
"dependencies": {