Files
supabase/apps/kb/AGENTS.md
2026-08-31 14:55:04 +00:00

985 B

Development

When starting the dev server, run:

# From the root directory of the project
pnpm dev:kb

# From the apps/kb directory
pnpm dev

Build

To run a full production build, run:

# From the root directory of the project
pnpm build:kb

# From the apps/kb directory
pnpm build

Documentation

Full documentation: https://docs.astro.build

Consult these guides before working on related tasks: