# v0.4.28 (2026-05-10)

## Features
- Add bun:sqlite adapter with automatic runtime detection (Bun/Node)
- Add bulk API key import (format: `name|sk-key`, one per line)
## Fixes
- Fix add API key for custom providers
This commit is contained in:
decolua
2026-05-10 08:44:14 +07:00
parent b39eb61c33
commit 530dc9cb3b
14 changed files with 282 additions and 71 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{
"name": "9router-app",
"version": "0.4.27",
"version": "0.4.28",
"description": "9Router web dashboard",
"private": true,
"scripts": {
"dev": "next dev --webpack --hostname 0.0.0.0 --port 20128",
"dev": "next dev --webpack --port 20128",
"build": "NODE_ENV=production next build --webpack",
"start": "NODE_ENV=production next start",
"dev:bun": "bun --bun next dev --webpack --port 20128",