Start to impl proxy stuff

This commit is contained in:
MotorTruck1221
2025-03-22 20:01:39 -06:00
parent 00f5761115
commit a0baded584
5 changed files with 638 additions and 29 deletions
+1
View File
@@ -3,6 +3,7 @@
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist", "server"],
"compilerOptions": {
"moduleResolution": "bundler",
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],