mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
* 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
4 lines
170 B
Text
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
|