feat(frontend): scaffolding to build frontend
- Added `make fnginx` to have better dev experience - Added app.conf to nginx configuration to handle frontend
This commit is contained in:
parent
5dd6067c95
commit
0db41a440d
11 changed files with 186 additions and 10 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,10 +4,11 @@
|
|||
node_modules/
|
||||
*.pdf
|
||||
**/dist/
|
||||
*.crt
|
||||
*.key
|
||||
|
||||
# sqlite stuff
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
/db/
|
||||
package-lock.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue