Rename to source
This commit is contained in:
@@ -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
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"rootDir": "source",
|
"rootDir": "./source",
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
"module": "es2022",
|
"module": "es2022",
|
||||||
"target": "es2022",
|
"target": "es2022",
|
||||||
|
|||||||
Reference in New Issue
Block a user