mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Merge pull request #1515 from QwenLM/mingholy/feat/slash-command-share
Add export command for session history with markdown and HTML formats
This commit is contained in:
commit
bf19464697
27 changed files with 2518 additions and 1 deletions
|
|
@ -19,7 +19,8 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node ../../scripts/build_package.js",
|
||||
"build:assets": "node ./assets/parallel-build.mjs",
|
||||
"build": "npm run build:assets && node ../../scripts/build_package.js",
|
||||
"start": "node dist/index.js",
|
||||
"debug": "node --inspect-brk dist/index.js",
|
||||
"lint": "eslint . --ext .ts,.tsx",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue