move environment to src/environment add smtp env vars, move some other items
Some checks failed
Code quality checks / biome (push) Failing after 13s
Some checks failed
Code quality checks / biome (push) Failing after 13s
This commit is contained in:
parent
421043c9b5
commit
00a7417936
30 changed files with 470 additions and 42 deletions
5
src/environment/constants/database/index.ts
Normal file
5
src/environment/constants/database/index.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { resolve } from "node:path";
|
||||
|
||||
const migrationsPath = resolve("src", "environment", "database", "migrations");
|
||||
|
||||
export { migrationsPath };
|
Loading…
Add table
Add a link
Reference in a new issue