Skip to content

Commit 9b8739b

Browse files
committed
Update version for alpha, replace old implementation with npm package.
1 parent c3e31a8 commit 9b8739b

22 files changed

Lines changed: 122 additions & 2700 deletions

convex/component/_generated/api.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
import type * as chat from "../chat.js";
1212
import type * as client from "../client.js";
1313
import type * as conversations from "../conversations.js";
14-
import type * as hello from "../hello.js";
1514
import type * as messages from "../messages.js";
1615
import type * as schemaTools from "../schemaTools.js";
1716
import type * as stream from "../stream.js";
18-
import type * as test from "../test.js";
1917
import type * as tools from "../tools.js";
2018

2119
import type {
@@ -29,11 +27,9 @@ const fullApi: ApiFromModules<{
2927
chat: typeof chat;
3028
client: typeof client;
3129
conversations: typeof conversations;
32-
hello: typeof hello;
3330
messages: typeof messages;
3431
schemaTools: typeof schemaTools;
3532
stream: typeof stream;
36-
test: typeof test;
3733
tools: typeof tools;
3834
}> = anyApi as any;
3935

convex/component/hello.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

convex/component/test.ts

Lines changed: 0 additions & 47 deletions
This file was deleted.

example/convex/convex.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineApp } from "convex/server";
2-
import databaseChat from "./databaseChat/convex.config";
2+
import databaseChat from "@dayhaysoos/convex-database-chat/convex.config";
33

44
const app = defineApp();
55
app.use(databaseChat);

example/convex/databaseChat/_generated/api.ts

Lines changed: 0 additions & 62 deletions
This file was deleted.

example/convex/databaseChat/_generated/component.ts

Lines changed: 0 additions & 172 deletions
This file was deleted.

example/convex/databaseChat/_generated/dataModel.ts

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)