mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-01-11 20:10:18 +00:00
fix: ditch node-fetch
This commit is contained in:
parent
c0f50f0410
commit
293a4c0b81
2 changed files with 1 additions and 3 deletions
|
|
@ -12,8 +12,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"nitropack": "latest",
|
||||
"node-fetch": "^3.3.2"
|
||||
"nitropack": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.48.0",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import fetch from 'node-fetch';
|
||||
import {
|
||||
defineEventHandler,
|
||||
EventHandlerRequest,
|
||||
|
|
|
|||
Loading…
Reference in a new issue