We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de776d5 commit 3b0740fCopy full SHA for 3b0740f
agent-reactflow/apps/backend/src/client.ts
@@ -1,5 +1,7 @@
1
import Restack from "@restackio/ai";
2
3
+import "dotenv/config";
4
+
5
export const apiAddress = process.env.RESTACK_ENGINE_API_ADDRESS!
6
7
export const connectionOptions = {
0 commit comments