fix: complete rebrand - fix build, update URLs, author fields

This commit is contained in:
2026-02-01 09:11:33 +03:00
parent 10c3d99068
commit f575fdc611
31 changed files with 3637 additions and 2944 deletions
+4 -1
View File
@@ -7,7 +7,10 @@ export default [
...baseConfig,
{
ignores: [
'mod.ts'
'mod.ts',
'**/bytes.js',
'**/build/**',
'**/build-*/**'
]
}
];