NodeJS Plugin Runtime (#53)

This commit is contained in:
Gregory Schier
2024-07-19 10:41:47 -07:00
committed by GitHub
parent 883fcdb6b8
commit 1d5f3260e2
106 changed files with 5246 additions and 21337 deletions

View File

@@ -0,0 +1,8 @@
{
"main": "build/index.js",
"disableExperimentalSEAWarning": true,
"output": "yaak-plugins.blob",
"assets": {
"worker": "build/index.worker.js"
}
}