feat: Add typed routing
Some checks failed
Build, check & Test / run (push) Failing after 1m40s

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2023-11-11 14:09:56 +01:00
parent f112ac6b50
commit b4e122b617
3 changed files with 268 additions and 66 deletions

60
.gitignore vendored
View File

@ -1,29 +1,31 @@
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
slicers/*
# Coverage
coverage/
# Playwright
/playwright/
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
slicers/*
# Coverage
coverage/
# Playwright
/playwright/
/src/route.ts