mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix alias
This commit is contained in:
parent
195c585049
commit
605c07d5ab
@ -2,7 +2,7 @@ import path from "path"
|
||||
import { Server, registerBaseAliases } from "linebridge/dist/server"
|
||||
|
||||
registerBaseAliases(undefined, {
|
||||
"@services": path.resolve(process.cwd(), "src/services"),
|
||||
"@services": path.resolve(__dirname, "services"),
|
||||
})
|
||||
|
||||
import express from "express"
|
||||
|
Loading…
x
Reference in New Issue
Block a user