ReMe/website/.env.example
jinliyl 9533c17d51
feat(web): serve workspace from HTTP service (#446)
* feat(web): add the ReMe workspace frontend

* feat(web): serve workspace from HTTP service

* test(web): satisfy pylint docstring checks

* fix(web): use same-origin API safely

* fix(web): preserve API route semantics
2026-08-11 23:32:24 +08:00

4 lines
170 B
Text

NEXT_PUBLIC_REME_API_URL=http://127.0.0.1:2333
NEXT_PUBLIC_REME_WORKSPACE_EXTENSIONS=md,txt
VITE_REME_API_URL=http://127.0.0.1:2333
VITE_REME_WORKSPACE_EXTENSIONS=md,txt