1Password is used for managing secrets for the application: Secrets
Use the 1Password script to create a PowerShell session and source the environment variables
from the .environment file.
op run --no-masking --env-file=.\.environment -- pwshRuns tsc to check for TypeScript issues.
bun run ts:checkRuns biome to check for issues.
bun run biome:checkRuns biome to check and fix issues.
bun run biome:fixRuns the tsc and biome checks together.
bun run checkThis script starts the application for debugging using Web Debugging.
bun run debugRuns the application with hot-reloading.
bun run devRuns the application.
bun run start