Files
blog-frontend-v2/src/lib/server-only.ts

4 lines
90 B
TypeScript

if (!import.meta.env.SSR) {
throw Error('这段代码不可以在客户端执行!')
}