Project first commit

This commit is contained in:
Булат Хайруллин 2024-06-11 10:58:00 +03:00
commit c8b2f25d95
203 changed files with 39432 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": "./"
}
}