Initial Version

This commit is contained in:
2024-11-28 12:35:01 +02:00
parent 8438e4c902
commit 07597a3764
5 changed files with 803 additions and 0 deletions

1
bin/dep-check.js Normal file
View File

@@ -0,0 +1 @@
import('../dist/index.js').then(module => module.default()).catch(console.error);