scripts
Showing
ansible/protocols/wg/wg.yaml
0 → 100644
ansible/wg.conf.j2
deleted
100644 → 0
ansible/wg.yaml
deleted
100644 → 0
| ... | ... | @@ -3,7 +3,7 @@ |
| "version": "1.0.0", | ||
| "description": "", | ||
| "scripts": { | ||
| "inventory": "ts-node src/inventory.ts" | ||
| "inventory": "node -r ts-node/register --unhandled-rejections=strict src/inventory.ts " | ||
| }, | ||
| "dependencies": { | ||
| "@types/lodash": "^4.14.149", | ||
| ... | ... |
Please register or sign in to comment