monkeytype/.github/labeler.yml
Christian Fehmer 8cce5bfc7e
build: combine vite config into a single file (@fehmer) (#7190)
- **build: replace dotenv with vite env variables (@fehmer)**
- **build: combine vite config into a single file (@fehmer)**

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2025-12-05 19:45:12 +01:00

21 lines
424 B
YAML

api:
- any: ["frontend/src/ts/ape/**/*", "backend/src/api/**/*"]
assets:
- any: ["frontend/static/**/*"]
all: ["!frontend/static/**/*.html"]
backend:
- any: ["backend/**/*"]
docs:
- any: ["**/*.md"]
frontend:
- any: ["frontend/**/*"]
packages:
- any: ["packages/**/*"]
local dev:
- any: ["**/turbo.json", "**/tsconfig.json", "**/knip.json", "**/.prettierrc", "**/.oxlintrc.json", "**/.eslintrc.cjs"]