fix: removed the meanness

removed the meanness left by the developer of the base code
This commit is contained in:
kilyabin
2025-11-24 02:06:12 +04:00
parent ce8aa2e707
commit 3ccab6bf51
10 changed files with 22 additions and 28 deletions

1
image.jpg Normal file
View File

@@ -0,0 +1 @@
u<EFBFBD>Z

View File

@@ -7,9 +7,9 @@
"npm": ">=10.0.0"
},
"scripts": {
"dev": "next dev --webpack",
"dev": "next dev --webpack -H 0.0.0.0",
"build": "next build",
"start": "next start",
"start": "next start -H 0.0.0.0",
"lint": "next lint"
},
"dependencies": {

File diff suppressed because one or more lines are too long

View File

@@ -18,3 +18,5 @@ export default function handler(
res.status(200).json({ authenticated })
}

View File

@@ -30,3 +30,5 @@ export default function handler(
}
}

View File

@@ -18,3 +18,5 @@ export default function handler(
res.status(200).json({ success: true })
}

View File

@@ -52,3 +52,5 @@ export default function protectedHandler(
return requireAuth(req, res, handler)
}

View File

@@ -104,3 +104,5 @@ export function clearSettingsCache(): void {
cachedSettings = null
}

View File

@@ -1,3 +1,4 @@
{
"weekNavigationEnabled": false
}
}

View File

@@ -71,3 +71,5 @@ export function WeekNavigation({
)
}