https://github.com/d-gubert/standalone-app-test
Trying to wrap my head around this situation
https://github.com/d-gubert/standalone-app-test
Last synced: 3 months ago
JSON representation
Trying to wrap my head around this situation
- Host: GitHub
- URL: https://github.com/d-gubert/standalone-app-test
- Owner: d-gubert
- Created: 2024-01-20T00:07:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T21:48:55.000Z (over 1 year ago)
- Last Synced: 2025-01-19T08:29:31.478Z (4 months ago)
- Language: JavaScript
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# standalone-app-test
Trying to identify what is causing the Deno subprocess to give up on the universe whenever we call a "slashcommand".
# Running it
First of all the usual installation
```sh
$ npm install
```The `@rocket.chat/apps-engine` package will install a deno executable at `node_modules/deno-bin/bin/deno`
Then simply run `index.js`
```sh
$ node index.js
```You can observe the process be spawned and crash by using your system monitor.
The script runs deno with the `--inspect` flag, so DevTools (`chrome://inspect`) should find it.
There are no default breakpoints, so you'll have to add your own.