mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
bump version to 2.5.0
This commit is contained in:
parent
f7b081fad4
commit
c4196eec83
@ -3,7 +3,7 @@
|
|||||||
import type { NezhaAPI, ServerApi } from "@/app/types/nezha-api"
|
import type { NezhaAPI, ServerApi } from "@/app/types/nezha-api"
|
||||||
import type { MakeOptional } from "@/app/types/utils"
|
import type { MakeOptional } from "@/app/types/utils"
|
||||||
import getEnv from "@/lib/env-entry"
|
import getEnv from "@/lib/env-entry"
|
||||||
import { connection } from 'next/server'
|
import { connection } from "next/server"
|
||||||
|
|
||||||
export async function GetNezhaData() {
|
export async function GetNezhaData() {
|
||||||
await connection()
|
await connection()
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nezha-dash",
|
"name": "nezha-dash",
|
||||||
"version": "2.4.0",
|
"version": "2.5.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev -p 3040",
|
"dev": "next dev -p 3040",
|
||||||
|
Loading…
Reference in New Issue
Block a user