chore: initial import

This commit is contained in:
2026-04-19 14:05:40 +08:00
commit 89e9eae36e
81 changed files with 37363 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "stsystem-root",
"version": "1.0.0",
"description": "科技成果转化管理系统根目录",
"scripts": {
"start": "cd server && npm start",
"server": "cd server && npm start",
"client": "cd client && npm start",
"build": "cd client && npm run build"
},
"author": "",
"license": "ISC"
}