feat: enable real posts api by default
This commit is contained in:
@@ -8,7 +8,7 @@ import type { Post, PostListResponse, PostScope } from "../../../types/post";
|
||||
const PAGE_SIZE = 20;
|
||||
const MOCK_DELAY_MS = 200;
|
||||
|
||||
const USE_MOCK = import.meta.env.VITE_USE_MOCK_POSTS !== "false";
|
||||
const USE_MOCK = import.meta.env.VITE_USE_MOCK_POSTS === "true";
|
||||
|
||||
export type PostStreamParams = {
|
||||
scope: PostScope;
|
||||
|
||||
Reference in New Issue
Block a user