Added files

This commit is contained in:
2026-01-24 22:39:00 +00:00
commit 6c9685783f
4 changed files with 187 additions and 0 deletions

4
client/env.js Normal file
View File

@ -0,0 +1,4 @@
window.HASURA_API_URL = "/hasura";
window.REPOFLOW_SERVER = "/api";
window.IS_PRINT_ENV = true;
window.DOCS_URL = "/docs";