Skip to content

Commit 3edfd80

Browse files
committed
refactor: move admin-next to admin
1 parent 696e523 commit 3edfd80

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2
-24
lines changed

docker/admin-next.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@
1111
"dev:admin": "cd server/admin && pnpm dev",
1212
"start:service": "cd server && pnpm start:service",
1313
"start:admin": "cd server/admin && pnpm start",
14-
"start:admin-next": "cd server/admin-next && pnpm start",
1514
"start:admin-old": "cd server/admin-old && pnpm start",
16-
"build": "concurrently npm:build:web npm:build:server npm:build:admin-old npm:build:admin-next && cp -r client/web/dist/* server/dist/public",
15+
"build": "concurrently npm:build:web npm:build:server npm:build:admin npm:build:admin-old && cp -r client/web/dist/* server/dist/public",
1716
"build:web": "cd client/web && pnpm build",
1817
"build:server": "cd server && pnpm build && echo \"Install server side plugin:\" && pnpm run plugin:install com.msgbyte.tasks com.msgbyte.linkmeta com.msgbyte.github com.msgbyte.simplenotify com.msgbyte.topic com.msgbyte.agora com.msgbyte.wxpusher com.msgbyte.welcome && mkdir -p ./dist/public && cp -r ./public/plugins ./dist/public && cp ./public/registry-be.json ./dist/public",
1918
"build:admin": "cd server/admin && pnpm build",
20-
"build:admin-next": "cd server/admin-next && pnpm build",
2119
"build:admin-old": "cd server/admin-old && pnpm build",
2220
"check:type": "concurrently npm:check:type:client npm:check:type:server",
2321
"check:type:client": "cd client/web && tsc --noEmit",
File renamed without changes.
File renamed without changes.

server/admin-next/package.json renamed to server/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tailchat-admin-next",
2+
"name": "tailchat-admin",
33
"private": true,
44
"version": "0.0.0",
55
"author": "moonrailgun",
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)