mirror of
https://github.com/tonytins/amtkstat.git
synced 2026-02-10 12:54:47 -05:00
- Updated package.json with project metadata and moves dependencies to devDependencies. - Adds .editorconfig for consistent code style - Updated VSCode and .NET project settings for improved development workflow.
11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch and Debug Standalone Blazor WebAssembly App",
|
|
"type": "blazorwasm",
|
|
"request": "launch",
|
|
"cwd": "${workspaceFolder}/src"
|
|
}
|
|
]
|
|
}
|