wagon types added UI with API integrations

This commit is contained in:
hagiye
2026-06-07 21:56:33 +03:00
parent e067da29df
commit bffa5020ac
12 changed files with 382 additions and 38 deletions

View File

@@ -4,7 +4,10 @@
"private": true,
"description": "EDR Freight Management API",
"scripts": {
"clean": "node -e \"const fs=require('fs'); fs.rmSync('dist',{recursive:true,force:true}); fs.rmSync('.tsbuildinfo',{force:true});\"",
"predev": "pnpm run clean",
"dev": "nest start --watch",
"prebuild": "pnpm run clean",
"build": "nest build",
"start": "node dist/main.js",
"lint": "eslint src",
@@ -80,4 +83,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}