influx-only #2

Merged
Fascinated merged 20 commits from influx-only into master 2024-01-03 08:32:27 +00:00
Showing only changes of commit 8383445898 - Show all commits

@ -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": [],