Rewrite with modern stack

This commit is contained in:
martin 2025-08-22 19:28:05 +02:00
commit 1f1f20ffd6
69 changed files with 17771 additions and 1589 deletions

10
shared/.eslintrc.json Normal file
View file

@ -0,0 +1,10 @@
{
"extends": ["../.eslintrc.json"],
"env": {
"browser": true,
"node": true
},
"parserOptions": {
"project": "./tsconfig.json"
}
}