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
19 lines
171 B
Text
19 lines
171 B
Text
# Build output
|
|
.next/
|
|
.vinext/
|
|
dist/
|
|
dist-static/
|
|
out/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Cache and local state
|
|
.cache/
|
|
.wrangler/
|
|
*.cache
|
|
|
|
# Misc
|
|
coverage/
|
|
.vscode/
|
|
.idea/
|