This commit is contained in:
parent
1b7948e074
commit
69f0c3d8e9
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
import { echo } from "@atums/echo";
|
import { echo } from "@atums/echo";
|
||||||
|
|
||||||
import { verifyRequiredVariables } from "@config/environment";
|
import { verifyRequiredVariables } from "@config";
|
||||||
import { serverHandler } from "@server";
|
import { serverHandler } from "@server";
|
||||||
|
|
||||||
async function main(): Promise<void> {
|
async function main(): Promise<void> {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import { resolve } from "node:path";
|
import { resolve } from "node:path";
|
||||||
import { echo } from "@atums/echo";
|
import { echo } from "@atums/echo";
|
||||||
import { environment } from "@config/environment";
|
import { environment } from "@config";
|
||||||
import {
|
import {
|
||||||
type BunFile,
|
type BunFile,
|
||||||
FileSystemRouter,
|
FileSystemRouter,
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@*": ["src/*"],
|
"@*": ["src/*"],
|
||||||
|
"@config": ["config/index.ts"],
|
||||||
"@config/*": ["config/*"],
|
"@config/*": ["config/*"],
|
||||||
"@types/*": ["types/*"],
|
"@types/*": ["types/*"]
|
||||||
"@helpers/*": ["src/helpers/*"]
|
|
||||||
},
|
},
|
||||||
"typeRoots": ["./types", "./node_modules/@types"],
|
"typeRoots": ["./types", "./node_modules/@types"],
|
||||||
"lib": ["ESNext", "DOM"],
|
"lib": ["ESNext", "DOM"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue