Scaffold ESM TypeScript rewrite as @larvit/smpp

This commit is contained in:
2026-08-25 16:02:27 +02:00
commit 16c935bb18
16 changed files with 2143 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
node:
image: node:24.18.0-bookworm-slim
init: true
user: "1000:1000"
working_dir: /app
volumes:
- .:/app
environment:
NPM_CONFIG_CACHE: /tmp/npm-cache