refactor: split api into api, api-cli & api-plugin

This commit is contained in:
2023-06-29 15:56:25 +02:00
parent 495a63977c
commit b21833de40
205 changed files with 1981 additions and 1492 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env node
import './lib/app.js';