supermemory/packages/lib/constants.ts
2025-08-25 12:15:19 -07:00

13 lines
394 B
TypeScript

const BIG_DIMENSIONS_NEW = 1536
const DEFAULT_PROJECT_ID = "sm_project_default"
const SEARCH_MEMORY_SHORTCUT_URL =
"https://www.icloud.com/shortcuts/f2b5c544372844a38ab4c6900e2a88de"
const ADD_MEMORY_SHORTCUT_URL =
"https://www.icloud.com/shortcuts/ec33b029b2c7481d89eda7640dbb7688"
export {
BIG_DIMENSIONS_NEW,
DEFAULT_PROJECT_ID,
SEARCH_MEMORY_SHORTCUT_URL,
ADD_MEMORY_SHORTCUT_URL,
}