Lib con el entrypoint de la libreria

This commit is contained in:
2026-02-20 12:19:51 +01:00
parent eb69f6d45b
commit 357b59619c
2 changed files with 282 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"description": "Herramienta de migracion de bdd",
"main": "src/index.ts",
"bin": {
"db-migrate": "./dist/index.js"
"db-migrate": "./lib/index.js"
},
"scripts": {
"test": "node --test",