ijl cli init

This commit is contained in:
2024-04-06 14:16:57 +03:00
parent 650253121c
commit 11f3ee76ba
11 changed files with 8024 additions and 0 deletions

3
stubs/api/index.js Normal file
View File

@@ -0,0 +1,3 @@
const router = require('express').Router();
module.exports = router;