accounts/dashboard/config/runtime-loader.ts
2025-11-02 15:41:55 +08:00

8 lines
196 B
TypeScript

import 'server-only'
if (typeof window !== 'undefined') {
throw new Error('runtime-loader.ts is server-only and cannot be imported in the browser.')
}
export * from '../server/runtime-loader'