Skip to content

Commit f17e3f1

Browse files
committed
fix: readme notes
1 parent 39978eb commit f17e3f1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ tracking, advanced queries, lazy/eager relations and much more.
9191
Copy sample env file and adjust the connection settings and other settings(jwt,redis,mail,etc) respectively on sample
9292
env file
9393

94-
`Note`: Env files are kept in env folder. The config validation allows 4 environment ['dev', 'prod', 'test','stage'].
95-
The env file name
96-
should be of format .env.[environment] Ex. (.env.dev). The env to use should be provided while running any script as
97-
NODE_ENV=dev npm run dev
94+
95+
> [!NOTE]
96+
> Env files are kept in env folder. The config validation allows 4 environment ['dev', 'prod', 'test','stage'].
97+
> The env file name should be of format .env.[environment] Ex. (.env.dev). The env to use should be provided while running any script as
98+
> NODE_ENV=dev npm run dev
9899
99100
Start local Postgres server and run `npx cross-env NODE_ENV=dev just migrate` to apply migrations
100101

0 commit comments

Comments
 (0)