3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
// 重新导出共享常量
|
|
export { MAX_FILE_SIZE, ALLOWED_EXTENSIONS, SKIP_DIRS, APP_VERSION } from '../../shared/constants'
|