chore(docker): update dev container config

This commit is contained in:
braks
2023-09-25 12:26:57 +02:00
committed by Braks
parent 6c9b890c6c
commit 41015cc07f
2 changed files with 253 additions and 249 deletions

View File

@@ -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 @@
} }
} }
} }
}
}

View File

@@ -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": {