add stable media support and sync skillhub UI

This commit is contained in:
wtgoku
2026-04-08 23:17:42 +08:00
parent ff4f370763
commit 4b20dc5e37
32 changed files with 6269 additions and 393 deletions
+3 -1
View File
@@ -4,8 +4,10 @@
"private": true,
"scripts": {
"dev": "next dev",
"dev:subdomain": "next dev --hostname 0.0.0.0 --port 3100",
"build": "next build",
"start": "next start"
"start": "next start",
"start:subdomain": "next start --hostname 0.0.0.0 --port 3100"
},
"dependencies": {
"next": "15.5.9",