mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-12 09:24:29 +02:00
NodeJS Plugin Runtime (#53)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"main": "build/index.js",
|
||||
"disableExperimentalSEAWarning": true,
|
||||
"output": "yaak-plugins.blob",
|
||||
"assets": {
|
||||
"worker": "build/index.worker.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user