mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
register @services
alias
This commit is contained in:
parent
724b0e9d0f
commit
b9168b8f19
@ -1,8 +1,10 @@
|
||||
import path from "path"
|
||||
import { Server, registerBaseAliases } from "linebridge/dist/server"
|
||||
|
||||
registerBaseAliases()
|
||||
registerBaseAliases(undefined, {
|
||||
"@services": path.resolve(process.cwd(), "src/services"),
|
||||
})
|
||||
|
||||
import path from "path"
|
||||
import express from "express"
|
||||
import bcrypt from "bcrypt"
|
||||
import passport from "passport"
|
||||
|
Loading…
x
Reference in New Issue
Block a user