feat: 完成bun切换 & close #17
This commit is contained in:
parent
0b7822be52
commit
d7a8eeee7a
@ -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": {
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user