Updated member field types to match what was coming back from the server.

This commit is contained in:
Colin Williams
2023-03-14 16:20:03 -07:00
parent 8002e73bd6
commit fc13216313
2 changed files with 17 additions and 15 deletions
+3 -1
View File
@@ -36,4 +36,6 @@ The available commands are:
* build: `npm run build`
* launch: `npm run launch`
Build simply builds the test project, while launch both builds and runs it. If you've made changes to lib, be sure to build there first.
Build simply builds the test project, while launch both builds and runs it. If you've made changes to lib, be sure to build there first.
Before launching, you should setup environment variables. `sample.env` shows you what variables are necessary. Copy the contents to a new file, `.env`, in the same folder and populate it appropriately.