fix: переименовать app.js → kfu-client.js (app.js = backend на платформе), .gitignore для run.log/pid

This commit is contained in:
Moldabayev_d 2026-09-21 08:43:46 +00:00
parent 3a6a256136
commit 174556a14e
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,5 +4,7 @@ dist/
*.xls
*.csv
*.log
.vibe42-run.log
.vibe42-run.pid
.DS_Store
.mimo/

View File

@ -250,6 +250,6 @@
<div class="kfu-toast-stack" id="toasts"></div>
<script src="app.js"></script>
<script src="kfu-client.js"></script>
</body>
</html>