Project first commit

This commit is contained in:
ilyin 2024-07-18 18:01:54 +03:00
commit b3e4f6cffe
205 changed files with 39437 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": "./"
}
}