-
Notifications
You must be signed in to change notification settings - Fork 19
feat: serverLauncher to successfully start the Node.js server #422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev-node-process
Are you sure you want to change the base?
feat: serverLauncher to successfully start the Node.js server #422
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
c7073f7
to
1d69bfb
Compare
…ver health checker
// try resolve '@duckdb/node-api' with esm import | ||
// if fails, execute 'npm install @duckdb/node-api@^1.2.2-alpha.18 --save' | ||
|
||
function hasDryRunFlag() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a security mechanism that allows users to preview the actions to be performed without actually executing them.
@@ -102,6 +122,20 @@ | |||
"name": "Node Details" | |||
} | |||
] | |||
}, | |||
"configuration": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used to define configurable options for extensions, for example:
{
"datastory.additionalDsServerCliArgs": [
"--max-old-space-size=4096",
]
}
nodejs-process.mp4
todo:
execution.db
orexecution.json
file, with only the latest run record kept per diagram.