Rename to source

This commit is contained in:
2026-07-27 10:17:45 +00:00
parent e2d04855b6
commit 9286d6a28f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Logger } from '../../src/utils/logger.ts';
import { Logger } from '../../source/utils/logger.ts';
import { expect, describe, test } from 'vitest';
/**