Skip to content

Commit 4499646

Browse files
committed
pre mono
1 parent 09d5ae7 commit 4499646

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ out
55
*.log*
66
qdrant_storage
77
electron.vite.config.*.mjs
8-
@/components/ui/*
8+
@/*

src/renderer/src/lib/cmd.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ const client = createTRPCProxyClient<AppRouter>({
1212
links: [ipcLink()]
1313
});
1414

15-
export async function handleA() {
16-
console.log(platform.hello());
17-
}
15+
export async function handleA() {}
1816

1917
export async function handleB() {
2018
const res = await client.test.query();

0 commit comments

Comments
 (0)