@faintlight-labs/tg-bot-apt v0.0.33
tg-bot-apt
Available Scripts
npm run lint
Runs ERuns ERuns ESLint to check for linting errors. Run this command whenever you want to check your code for linting issues.
npm run lint:fix
Runs ESLint to fix linting errors. Run this command whenever you want to automatically fix linting issues in your code.
npm run format
Runs Prettier to format the code. Run this command whenever you want to format your code according to the Prettier configuration.
npx prisma init
Initializes Prisma in your project. Run this command only once when setting up Prisma for the first time.
npx prisma migrate dev --name <migration_name>
Creates a new migration and applies it to the database. Replace <migration_name>
with a descriptive name for your migration. Run this command whenever you make changes to your Prisma schema and want to apply those changes to your development database.
npx prisma migrate deploy
Applies all pending migrations to the production database. Run this command whenever you are ready to deploy your changes to the production environment.
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago