Add meta.json and update server infrastructure for template management

This commit is contained in:
Mauricio Siu
2025-03-09 13:13:51 -06:00
parent 760676d170
commit 07aaddcc09
5 changed files with 182 additions and 15 deletions

9
app/package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "templates-server",
"version": "1.0.0",
"main": "server.js",
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5"
}
}