mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 17:06:23 +02:00
first commit
This commit is contained in:
parent
476654af80
commit
6014437479
20 changed files with 2231 additions and 0 deletions
6
apps/cli/src/application/registry/functions.ts
Normal file
6
apps/cli/src/application/registry/functions.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { GetDate } from "../functions/get_date.js";
|
||||
import { Node } from "../nodes/node.js";
|
||||
|
||||
export const FunctionsRegistry: Record<string, Node> = {
|
||||
get_date: new GetDate(),
|
||||
} as const;
|
||||
0
apps/cli/src/application/registry/tools.ts
Normal file
0
apps/cli/src/application/registry/tools.ts
Normal file
Loading…
Add table
Add a link
Reference in a new issue