add graphicsmagick

This commit is contained in:
C4illin 2024-05-24 22:58:25 +02:00
parent 3e2338a7c5
commit 4cf06d9406
9 changed files with 706 additions and 87 deletions

View file

@ -2,8 +2,8 @@
"name": "convertx-frontend",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --hot src/index.tsx"
"dev": "bun run --watch src/index.tsx",
"hot": "bun run --hot src/index.tsx"
},
"dependencies": {
"@elysiajs/cookie": "^0.8.0",