This website works better with JavaScript
Home
Explore
Help
Sign In
ignatz
/
dify-forked
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
8d8a8fe295
Branches
Tags
merge_test
test
dify-forked
/
web
/
app
/
components
/
base
/
file-uploader
/
constants.ts
constants.ts
100 B
History
Raw
1
2
3
export const FILE_SIZE_LIMIT = 15 * 1024 * 1024
export const FILE_URL_REGEX = /^(https?|ftp):\/\//