first commit

This commit is contained in:
2025-07-26 14:12:29 +09:00
commit d0c2d073b9
41 changed files with 21995 additions and 0 deletions

7
config/api.ts Executable file
View File

@ -0,0 +1,7 @@
export default {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};