This commit is contained in:
2026-07-23 09:45:21 +00:00
parent e388dc2cf4
commit 08816695c9
405 changed files with 13784 additions and 686 deletions

5
deploy.yml Normal file
View File

@@ -0,0 +1,5 @@
name: promist
type: node
port: 8005
build: npm run build
start: PORT=8005 node start.js