Create local integration for load config.yaml and more

This commit is contained in:
prototypa
2024-03-29 00:43:44 -04:00
parent 6fba1d5d50
commit 39dd121b24
5 changed files with 358 additions and 0 deletions

1
src/env.d.ts vendored
View File

@@ -2,3 +2,4 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
/// <reference types="vite/client" />
/// <reference types="../integration/types.d.ts" />