Skip to content

Commit

Permalink
Feat: add deamon (#67)
Browse files Browse the repository at this point in the history
* feat: add deamon handle

* feat: add js deamon file

* feat: add ignoreDeamon

* feat: add kill deamon

* feat: add deamon test

* fix: fix cr

* fix: update uds

* feat: add nodeamon test

* fix: update args

* fix: add subprocess unref
  • Loading branch information
akitaSummer authored Feb 1, 2024
1 parent 29e0f82 commit b6246dc
Show file tree
Hide file tree
Showing 20 changed files with 2,537 additions and 170 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ bindings/*/nydusd
bindings/*/unionfs
bindings/*/nydusd-bootstrap
bindings/*/index.node
bindings/*/rapid_deamon

.idea
packages/cli/test/fixtures/project-scripts/apps/a/1
Expand All @@ -117,3 +118,4 @@ packages/downloader/test/nginx.conf
# napi-rs generate wrong type ignore for tmp
packages/binding/index.d.ts
.DS_Store
package-lock.json
Loading

0 comments on commit b6246dc

Please sign in to comment.