Init commit

This commit is contained in:
Denozordec
2026-07-20 19:28:56 +07:00
commit d71b45d86f
122 changed files with 8439 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "@evofw/api",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "echo \"api: scaffold — Fastify app not initialized yet\"",
"build": "echo \"api: scaffold — skip\"",
"lint": "echo \"api: scaffold — skip\"",
"test": "echo \"api: scaffold — skip\""
}
}