feat: 完成bun切换 & close #17

This commit is contained in:
zhaoyingbo 2023-09-28 09:30:17 +00:00
parent 0b7822be52
commit d7a8eeee7a
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
{
"name": "egg_server",
"image": "micr.cloud.mioffice.cn/zhaoyingbo/dev:18.14.2",
"remoteUser": "node",
"containerUser": "node",
"name": "egg_fontend",
"image": "micr.cloud.mioffice.cn/zhaoyingbo/dev:bun",
"remoteUser": "bun",
"containerUser": "bun",
"forwardPorts": [5173],
"customizations": {
"vscode": {

View File

@ -1 +1 @@
echo "alias dev=\"cd /workspaces/egg_server/view && yarn dev\"" >> /home/node/.bashrc
echo "alias dev=\"cd /workspaces/egg_server/view && bun run dev\"" >> /home/node/.bashrc