supermemory/apps/web/lib/constants.ts
2024-07-16 19:26:47 -05:00

43 lines
465 B
TypeScript

export const LIMITS = {
page: 100,
tweet: 1000,
note: 1000,
};
export const codeLanguageSubset = [
"python",
"javascript",
"java",
"go",
"bash",
"c",
"cpp",
"csharp",
"css",
"diff",
"graphql",
"json",
"kotlin",
"less",
"lua",
"makefile",
"markdown",
"objectivec",
"perl",
"php",
"php-template",
"plaintext",
"python-repl",
"r",
"ruby",
"rust",
"scss",
"shell",
"sql",
"swift",
"typescript",
"vbnet",
"wasm",
"xml",
"yaml",
];