File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ Prisma is used for migrations - run `npm run migrate` to migrate the database.
3333
3434### General overview of important files
3535
36- .github/workflows - contains github actions for CI config
37- prisma - contains prisma schema and migrations
38- src - contains the source code
39- .env - contains environment variables (do not use .env on production use docker env variables instead)
40- .env.example - contains example environment variables
41- .eslintrc.js - contains eslint config
42- .prettierrc.json - contains prettier config
43- .wakatime-project - contains wakatime config
44- Dockerfile - contains docker config
36+ .github/workflows - contains github actions for CI config
37+ prisma - contains prisma schema and migrations
38+ src - contains the source code
39+ .env - contains environment variables (do not use .env on production use docker env variables instead)
40+ .env.example - contains example environment variables
41+ .eslintrc.js - contains eslint config
42+ .prettierrc.json - contains prettier config
43+ .wakatime-project - contains wakatime config
44+ Dockerfile - contains docker config
You can’t perform that action at this time.
0 commit comments