update seeder

This commit is contained in:
2026-04-14 16:34:14 +07:00
parent 4f7e75fd1a
commit 5388107e68
7 changed files with 228282 additions and 5 deletions

7
.prettierrc Normal file
View File

@ -0,0 +1,7 @@
{
"printWidth": 5000,
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"useTabs": true
}