This repository has been archived on 2026-01-31 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
4ab1131c7ad53c1790bef3a7bd3ad4af59d1daa9
Bumps the npm_and_yarn group with 1 update in the / directory: [qs](https://github.com/ljharb/qs). Updates `qs` from 6.12.1 to 6.14.1 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.12.1...v6.14.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
xray-scrap-test
Setup
Run docker-compose to start (the database is exposed on port 5432 on localhost, and the credentials are in .env)
docker-compose up --build
Commands
Run in development mode
yarn dev
Run in production mode
yarn start
Lint the code
yarn lint
Type check the code
yarn typecheck
Format the code
yarn format
Install Git hooks
yarn prepare
Run the migrations
yarn db:migrate
Add a new migration
yarn db:add-migration
Generate the prisma client
yarn db:generate
Wipe the database
yarn db:reset
Languages
TypeScript
82.1%
Dockerfile
9.1%
Shell
8.8%