mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Webatrice: improve prebuild steps and add .env configs (#4564)
* create .env file for server configuration * render client version * automate env file * add prestart command * create server-props.json instead of using .env * automate master proto file Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
408a13c937
commit
88b861d632
15 changed files with 119 additions and 21175 deletions
4
webclient/.gitignore
vendored
4
webclient/.gitignore
vendored
|
|
@ -5,6 +5,10 @@
|
|||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# generated ./src files
|
||||
/src/proto-files.json
|
||||
/src/server-props.json
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue