websocket server: initial commit. Add Asserts static class

This commit is contained in:
2025-09-27 13:43:30 -04:00
parent 804f2d990a
commit ff31848460
8 changed files with 186 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"arrowParens": "avoid",
"bracketSameLine": true,
"bracketSpacing": false,
"printWidth": 160,
"semi": true,
"singleAttributePerLine": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}