Initial commit: Add project structure and configuration files
Some checks failed
CI / test (push) Failing after 6s

This commit is contained in:
2026-01-30 00:54:45 +00:00
parent c4301cb210
commit 1aa7eaacdd

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: node_js
node_js:
- "20"
script:
- npm run build
- npm test
- npm run lint