diff --git a/failback.html b/failback.html new file mode 100644 index 0000000..d9eac7d --- /dev/null +++ b/failback.html @@ -0,0 +1,63 @@ + + + + + + 遇到了点问题 + + + + +
+
+

:<

+

可能是保罗正在维护中

+

又或许是运行过程遇到了 Bug,请耐心等候恢复

+ 探索作者主页 +
+
+ + diff --git a/package.json b/package.json index 10827c0..5df8171 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "scripts": { "start": "hooks start", "dev": "hooks dev", - "build": "hooks build" + "build": "hooks build", + "db-seed": "prisma db seed", + "db-pull": "prisma db pull", + "db-push": "prisma db push" }, "dependencies": { "@midwayjs/hooks": "^3.0.0",