initial commit

This commit is contained in:
Халтобин Евгений 2024-08-21 12:23:42 +03:00
commit 71ea421eac
1076 changed files with 279211 additions and 0 deletions

10
frontend/bs-config.json Normal file
View file

@ -0,0 +1,10 @@
{
"port": 8000,
"open": false,
"files": [
"./**/*.{html,htm,css,js}"
],
"server": {
"baseDir": "./"
}
}