dont need u either
All checks were successful
Publish Docker Image / docker (push) Successful in 53s

This commit is contained in:
Lee 2024-01-03 07:50:03 +00:00
parent 29e3696be3
commit 8383445898

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "nodemon --exec ts-node src/index.ts", "dev": "nodemon --exec ts-node src/index.ts",
"build": "tsup src/index.ts --format cjs,esm", "build": "tsup src/index.ts --format cjs",
"start": "node dist/index.js" "start": "node dist/index.js"
}, },
"keywords": [], "keywords": [],