Skip to content

Commit 9291b84

Browse files
committed
feat: remove api
1 parent 98dc205 commit 9291b84

File tree

8 files changed

+42
-753
lines changed

8 files changed

+42
-753
lines changed

bun.lock

Lines changed: 8 additions & 232 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cron.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "concurrently 'next dev --port 3001' 'bun --watch cron.ts'",
6+
"dev": "next dev --port 3001",
77
"build": "next build",
8-
"start": "concurrently 'next start --port 8010' 'bun run cron.ts'",
9-
"start:preview": "concurrently 'next start --port 8011' 'bun run cron.ts'",
8+
"start": "next start --port 8010",
9+
"start:preview": "next start --port 8011",
1010
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.json",
1111
"lint:fix": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix"
1212
},
1313
"dependencies": {
1414
"@million/lint": "^1.0.14",
1515
"bun-types": "^1.1.39",
16-
"cron": "^3.5.0",
17-
"express-rate-limit": "^7.5.0",
18-
"multer": "^1.4.5-lts.1",
1916
"next": "15.1.0",
2017
"react": "^19.0.0",
2118
"react-dom": "^19.0.0",
@@ -26,15 +23,12 @@
2623
"devDependencies": {
2724
"@eslint/eslintrc": "^3",
2825
"@types/bun": "^1.1.14",
29-
"@types/cron": "^2.4.3",
30-
"@types/multer": "^1.4.12",
3126
"@types/node": "^22",
3227
"@types/react": "^19",
3328
"@types/react-dom": "^19",
3429
"@types/sql.js": "^1.4.9",
3530
"@typescript-eslint/eslint-plugin": "7.2.0",
3631
"@typescript-eslint/parser": "7.2.0",
37-
"concurrently": "^9.1.2",
3832
"eslint": "^8.57.0",
3933
"eslint-config-next": "15.1.0",
4034
"eslint-config-prettier": "^8.2.0",

pages/api/convert.ts

Lines changed: 0 additions & 241 deletions
This file was deleted.

pages/api/download.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

pages/api/index.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)