next.js / packages /next /src /server /dev /dev-indicator-server-state.ts
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
export type DevIndicatorServerState = typeof devIndicatorServerState
export const devIndicatorServerState = {
disabledUntil: 0,
}