chore(docker): update dev container config
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
"postStartCommand": "pnpm dev",
|
||||
"remoteUser": "node",
|
||||
"forwardPorts": [
|
||||
3000
|
||||
5173
|
||||
],
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"antfu.browse-lite",
|
||||
"antfu.where-am-i",
|
||||
@@ -261,3 +263,5 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite --open",
|
||||
"dev": "vite",
|
||||
"lint": "eslint --ext .js,.ts,.vue ./ && vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user