fix domain resolve duplicate
Showing
| ... | @@ -3,9 +3,8 @@ | ... | @@ -3,9 +3,8 @@ |
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "", | "description": "", | ||
| "scripts": { | "scripts": { | ||
| "build": "tsc", | "start": "ts-node src/inventory.ts", | ||
| "start": "node build/inventory.js", | "all": "npm start" | ||
| "all": "npm run build && npm start" | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@types/ip": "^1.1.0", | "@types/ip": "^1.1.0", | ||
| ... | ... |
Please register or sign in to comment