mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: move buf generated code to gitignore (#2236)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { createChannel, createClientFactory, FetchTransport } from "nice-grpc-web";
|
||||
import { UserServiceDefinition } from "./types/proto-grpcweb/api/v2/user_service";
|
||||
import { UserServiceDefinition } from "./types/proto/api/v2/user_service";
|
||||
|
||||
const address = import.meta.env.MODE === "development" ? "http://localhost:8081" : window.location.origin;
|
||||
|
||||
|
Reference in New Issue
Block a user