测试提交

This commit is contained in:
2024-11-28 22:29:28 +08:00
parent b20848d711
commit 8736fbe863
2 changed files with 9 additions and 2 deletions

8
newBackApi/.drone.yml Normal file
View File

@@ -0,0 +1,8 @@
kind: pipeline
name: default
steps:
- name: test
image: node
commands:
- npm run dev

View File

@@ -5,8 +5,7 @@
"main": "index.js",
"type": "module",
"scripts": {
"dev": "node-dev app.js",
"": " apidoc -i router/ -o doc/"
"dev": "node app.js"
},
"keywords": [],
"author": "",