Внёс изменения что бы постоянно не обновляло версию каждого JS файла и не создавало кучу шума

This commit is contained in:
AidarKC
2026-04-07 14:01:29 +03:00
parent 619d2145f9
commit e2a9caa07d
37 changed files with 129 additions and 109 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { renderHeader } from '../components/header.js?v=20260407105357';
import { renderHeader } from '../components/header.js';
import {
authService,
isSessionInvalidError,
@@ -7,7 +7,7 @@ import {
setAuthInfo,
state,
terminateCurrentSession,
} from '../state.js?v=20260407105357';
} from '../state.js';
export const pageMeta = { id: 'device-view', title: 'Устройства' };