chore: isolate frontend and backend via npm workspaces and @mmapp/contracts

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-05-12 10:59:05 +07:00
co-authored by Cursor
parent b9a75b6831
commit dfbaa859ad
26 changed files with 2917 additions and 3633 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import {
listEventsQuerySchema,
type EventItem,
type ListEventsQuery,
} from "@/packages/contracts/src/events"
} from "@mmapp/contracts/events"
import { requestJson } from "@/shared/api/http-client"
type ListEventsResponse = {
+1 -1
View File
@@ -6,7 +6,7 @@ import {
type ServerRead,
type ServerUpdate,
type TestConnectionRequest,
} from "@/packages/contracts/src/servers"
} from "@mmapp/contracts/servers"
import { requestJson } from "@/shared/api/http-client"
type TestConnectionResponse = {