feat: limit config file edit to owner

This commit is contained in:
shinya
2025-08-15 12:39:26 +08:00
parent c021c96c39
commit bcffdaf172
9 changed files with 66 additions and 26 deletions

View File

@@ -1,9 +1,9 @@
/* eslint-disable no-console */
import { NextRequest, NextResponse } from 'next/server';
import { CURRENT_VERSION } from '@/lib/version'
import { getConfig } from '@/lib/config';
import { CURRENT_VERSION } from '@/lib/version'
export const runtime = 'edge';