actually start on mailing, fix email regex
Some checks failed
Code quality checks / biome (push) Failing after 22s
Some checks failed
Code quality checks / biome (push) Failing after 22s
This commit is contained in:
parent
00a7417936
commit
86be889ede
17 changed files with 349 additions and 32 deletions
5
src/environment/constants/database.ts
Normal file
5
src/environment/constants/database.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