mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Remove patrons.json creation step when installing
This commit is contained in:
parent
386bdd45df
commit
703a7f7e7c
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -43,5 +43,3 @@ locale/**/*.js
|
|||
/prisma/scripts/data
|
||||
/prisma/scripts/output
|
||||
dumped.sql
|
||||
|
||||
/utils/data/patrons.json
|
||||
|
|
|
|||
|
|
@ -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
1
utils/data/patrons.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
[]
|
||||
Loading…
Reference in New Issue
Block a user