From 25e729a8c65fe3054196733e48d5db84bcbae4c9 Mon Sep 17 00:00:00 2001 From: yuler Date: Thu, 12 Oct 2023 13:33:02 +0800 Subject: [PATCH] fix: app page import ApiMethod --- README.md | 1 + package.json | 6 ------ pages/app.vue | 15 +++++++++++++-- start.sh | 1 - 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 96b5da1..b2fa83b 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,4 @@ docker exec -it apibeer sh - [apipost](https://www.apipost.cn/) - [yapi](https://github.com/YMFE/yapi) - [hoppscotch](https://github.com/hoppscotch/hoppscotch) +- [httpie](https://httpie.io/) diff --git a/package.json b/package.json index 8016df6..05c553b 100644 --- a/package.json +++ b/package.json @@ -54,12 +54,6 @@ "prisma": { "seed": "tsx prisma/seed.ts" }, - "resolve": { - "_refs": "https://github.com/prisma/prisma/issues/12504", - "alias": { - ".prisma/client/index-browser": "./node_modules/.prisma/client/index-browser.js" - } - }, "lint-staged": { "**/*.{json,js,ts,tsx,vue,md}": [ "eslint --fix" diff --git a/pages/app.vue b/pages/app.vue index 3f96eca..cb718c2 100644 --- a/pages/app.vue +++ b/pages/app.vue @@ -1,10 +1,21 @@