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",
"remoteUser": "node",
"forwardPorts": [
3000
5173
],
"customizations": {
"vscode": {
"extensions": [
"antfu.browse-lite",
"antfu.where-am-i",
@@ -260,4 +262,6 @@
"vue.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, cssnano.config.*, cypress.json, env.d.ts, htmlnanorc.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, playwright.config.*, postcss.config.*, puppeteer.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*"
}
}
}
}
}

View File

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