Skip to content

Commit

Permalink
feat: added initialize to openai and stripe
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Apr 26, 2024
1 parent 813cd07 commit 4069713
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,24 @@ module.exports = {
path: "@cocreate/file-server",
unload: false // true, false, number in milli seconds to wait before unloading
},
openai: {
event: "openai",
path: "@cocreate/openai",
unload: "10000" // true, false, number in milli seconds to wait before unloading
},
industry: {
event: "industry",
array: "files",
object: {
pathname: "/dist/industry-chunk.js",
},
unload: "10000" // true, false, number in milli seconds to wait before unloading
unload: "10000"
},
openai: {
event: "openai",
path: "openai",
initialize: "",
unload: "10000"
},
stripe: {
event: "stripe",
path: "@cocreate/stripe",
path: "stripe",
initialize: "",
unload: "10000"
},
postmark: {
Expand Down

0 comments on commit 4069713

Please sign in to comment.