Remove patrons.json creation step when installing

This commit is contained in:
Kalle (Sendou) 2021-07-18 13:19:55 +03:00
parent 386bdd45df
commit 703a7f7e7c
3 changed files with 1 additions and 4 deletions

2
.gitignore vendored
View File

@ -43,5 +43,3 @@ locale/**/*.js
/prisma/scripts/data
/prisma/scripts/output
dumped.sql
/utils/data/patrons.json

View File

@ -46,8 +46,6 @@ With the following steps you can access a few pages that don't need a database.
3. Run `npm run compile` to compile translation files.
4. Run `npm run dev` to start the development server at http://localhost:3000/. (To stop the server at any time, type `Ctrl+C`.)
If you do not intend to perform any additional setup steps, you will also need to create an empty list of patrons in `utils/data/patrons.json`:
```
[]
```

1
utils/data/patrons.json Normal file
View File

@ -0,0 +1 @@
[]