mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
Compare commits
No commits in common. "7107e22dddc671d1a345212b388e193fc3d68a3e" and "2d4b32491a551432beb38ac7d5958a536d19e3e8" have entirely different histories.
7107e22ddd
...
2d4b32491a
@ -101,7 +101,7 @@ export async function GetServerMonitor({ server_id }: { server_id: number }) {
|
|||||||
Authorization: getEnv("NezhaAuth") as string,
|
Authorization: getEnv("NezhaAuth") as string,
|
||||||
},
|
},
|
||||||
next: {
|
next: {
|
||||||
revalidate: 0,
|
revalidate: 30,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nezha-dash",
|
"name": "nezha-dash",
|
||||||
"version": "1.5.6-fix",
|
"version": "1.5.6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev -p 3040",
|
"dev": "next dev -p 3040",
|
||||||
|
Loading…
Reference in New Issue
Block a user