This commit is contained in:
Boris D
2025-09-22 18:35:02 +03:00
parent 51f8b0d773
commit fbbbd61838
23 changed files with 282 additions and 67 deletions

3
tests/config.ts Normal file
View File

@ -0,0 +1,3 @@
export const config = {
url: "http://localhost:3054",
};