added example env dispatch

This commit is contained in:
PxlLoewe
2025-03-11 11:08:04 -07:00
parent 07310907f1
commit 720456fcec
3 changed files with 7 additions and 36 deletions

5
apps/dispatch/next-env.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.