mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Missing files from last commit.
This commit is contained in:
parent
205f684fe2
commit
7ad8caeed8
3 changed files with 0 additions and 3 deletions
1
bun.lock
1
bun.lock
|
@ -17,7 +17,6 @@
|
|||
"@vueuse/core": "^13.2.0",
|
||||
"animate.css": "^4.1.1",
|
||||
"argon2": "^0.43.0",
|
||||
"axios": "^1.9.0",
|
||||
"cheerio": "^1.0.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
"@vueuse/core": "^13.2.0",
|
||||
"animate.css": "^4.1.1",
|
||||
"argon2": "^0.43.0",
|
||||
"axios": "^1.9.0",
|
||||
"cheerio": "^1.0.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// TODO Add caching
|
||||
import * as cheerio from "cheerio";
|
||||
import axios from "axios";
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const slug = getRouterParam(event, "slug");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue