Rename src to source

This commit is contained in:
2026-07-27 10:14:56 +00:00
parent c0a8936828
commit c89946cf65
16 changed files with 3 additions and 3 deletions
View File
View File
@@ -1,6 +1,6 @@
import { describe, expect, test, vi } from 'vitest'; import { describe, expect, test, vi } from 'vitest';
import { Config } from '../../src/services/config.ts'; import { Config } from '../../source/services/config.ts';
/** /**
* Tests that the config defaults to a 1 MiB request body limit. * Tests that the config defaults to a 1 MiB request body limit.
@@ -1,4 +1,4 @@
import { Logger } from '../../src/utils/logger.ts'; import { Logger } from '../../source/utils/logger.ts';
import { expect, describe, test } from 'vitest'; import { expect, describe, test } from 'vitest';
/** /**
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"rootDir": "./src", "rootDir": "./source",
"outDir": "./dist", "outDir": "./dist",
"module": "es2022", "module": "es2022",
"target": "es2022", "target": "es2022",