mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-23 02:16:08 +00:00
7 lines
122 B
TypeScript
7 lines
122 B
TypeScript
// Vercel load context
|
|
declare module '@remix-run/node' {
|
|
interface AppLoadContext {
|
|
env: typeof process.env;
|
|
}
|
|
}
|