mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Add meta.json and update server infrastructure for template management
This commit is contained in:
9
app/package.json
Normal file
9
app/package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "templates-server",
|
||||
"version": "1.0.0",
|
||||
"main": "server.js",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"cors": "^2.8.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user