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