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,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 -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'; import { expect, describe, test } from 'vitest';
/** /**
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"rootDir": "source", "rootDir": "./source",
"outDir": "./dist", "outDir": "./dist",
"module": "es2022", "module": "es2022",
"target": "es2022", "target": "es2022",