新增少儿分类&日志

This commit is contained in:
zimplexing
2025-07-04 16:53:41 +08:00
parent 92fd2fa76f
commit 68301358b4
3 changed files with 13 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "mytv-backend",
"version": "1.0.0",
"name": "OrionTV-proxy",
"version": "1.0.1",
"description": "Backend service for MyTV application",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"dev": "ts-node-dev --respawn --transpile-only src/index.ts"
"dev": "ts-node-dev --respawn --transpile-only src/index.docker.ts"
},
"keywords": [],
"author": "",