feat: fetch helper connection to main backend

create a helper to facilitate data requests to and from the main backend.
This commit is contained in:
2026-01-07 15:13:56 +07:00
parent cb0dfdda2e
commit 21a099b77f
2 changed files with 27 additions and 0 deletions

1
.gitignore vendored
View File

@ -29,6 +29,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
/app/debug
# env files (can opt-in for committing if needed)
.env*