Init version

This commit is contained in:
julien vdb
2025-01-26 15:20:27 +01:00
commit a479c2aea9
26 changed files with 20786 additions and 0 deletions

7
config/api.ts Normal file
View File

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