mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Implemented the general modular framework.
Added basic modules for the trascription tool Assembly and the Documentation tool ChatGPT
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
name:"Startup_function",
|
||||
async function(){
|
||||
// Put any code here that you want to be executed on startup
|
||||
|
||||
// We are now calling the example function from the example folder
|
||||
mapFunctions.get("example").function("Startup")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user