refacto: look after remanso now

This commit is contained in:
Julien Calixte
2026-02-14 14:40:11 +01:00
parent 4bd79b8f6c
commit 8b921f1adb
8 changed files with 26 additions and 560 deletions

View File

@@ -92,7 +92,7 @@ export const getUserSettingsContent = async (
repo: string,
files: RepoFile[],
): Promise<Omit<UserSettings, "chosenFontFamily"> | null> => {
const configFile = files.find((file) => file.path === ".litenote.json")
const configFile = files.find((file) => file.path === ".remanso.json")
if (!configFile?.sha) {
return null