mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
- [x] figgure out how to build the packages (that it installs native optional package automatically) - [X] Make the gluecode - [x] expose both the lowerlevel api that desktop uses (~~send objects and receive objects~~, getting path of rpc-server is enough) - [X] and the higher level api needed for bots (jsonrpc client) - [X] typescript types - [x] automatically pick the right binary from npm or allow getting it from env var, or give out an error (throw error) - [x] find out how to dev locally (use local built core in dc desktop) - there is the question of how to link the typescript client and the task to add a search in the cargo target folder for a debug build or a different way, find out some good flow that we can use and document for dc desktop + locally built core development - [x] build the packages in ci - [x] fix that deltachat-rpc-server is not executable postponed: - [ ] publish from ci - [ ] add key/token to deploy to npm Closes #4694 ## Related prs - https://github.com/deltachat-bot/echo/pull/69 - https://github.com/deltachat/deltachat-desktop/pull/3567 --------- Co-authored-by: link2xt <link2xt@testrun.org>
54 lines
568 B
Plaintext
54 lines
568 B
Plaintext
/target
|
|
**/*.rs.bk
|
|
/build
|
|
/dist
|
|
|
|
# ignore vi temporaries
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
|
|
include
|
|
.dc-history.txt
|
|
*.db
|
|
*.db-blobs
|
|
|
|
.tox
|
|
python/.eggs
|
|
*.egg-info
|
|
__pycache__
|
|
python/src/deltachat/capi*.so
|
|
python/.venv/
|
|
python/venv/
|
|
venv/
|
|
env/
|
|
|
|
python/liveconfig*
|
|
|
|
# ignore doxgen generated files
|
|
deltachat-ffi/html
|
|
deltachat-ffi/xml
|
|
|
|
.rsynclist
|
|
|
|
coverage/
|
|
.DS_Store
|
|
.vscode
|
|
.vscode/launch.json
|
|
python/accounts.txt
|
|
python/all-testaccounts.txt
|
|
tmp/
|
|
|
|
# from deltachat-node
|
|
node_modules/
|
|
node/build/
|
|
node/dist/
|
|
node/prebuilds/
|
|
node/.nyc_output/
|
|
|
|
# Nix symlink.
|
|
result
|
|
|
|
# direnv
|
|
.envrc
|
|
.direnv |