Skip to content

Commit

Permalink
update start command
Browse files Browse the repository at this point in the history
koikiss-dev committed Feb 7, 2024
1 parent dc0f66c commit 1a86c47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -4,9 +4,8 @@
"description": "API for scraping multimedia content such as anime, movies, series, and manga",
"main": "src/index.ts",
"scripts": {
"start": "ts-node src/index.ts",
"start": "node build/index.js",
"server": "nodemon src/index.ts",
"start:vercel": "node build/index.js",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"linter": "npx eslint src/scraper/* src/routes/*",
"linter:win": "npx eslint src/scraper/** src/routes/**",

0 comments on commit 1a86c47

Please sign in to comment.