add devcontainer config

This commit is contained in:
David Neu
2025-11-02 08:25:18 +00:00
parent c203b8e6d2
commit 267042f74f
2 changed files with 29 additions and 1 deletions

View File

@@ -19,7 +19,8 @@
"typesafe-i18n": "typesafe-i18n --no-watch",
"webUI": "node progmem-generator.js",
"format": "prettier -l -w '**/*.{ts,tsx,js,css,json,md}'",
"lint": "eslint . --fix"
"lint": "eslint . --fix",
"standalone-devcontainer": "concurrently -c \"auto\" \"typesafe-i18n\" \"pnpm:mock-rest\" \"vite --host\""
},
"dependencies": {
"@alova/adapter-xhr": "2.2.1",