Implement easy parts of client

This commit is contained in:
Bret Comnes
2019-11-11 21:13:05 -07:00
parent b3281ddda5
commit 364b8fc2ed
11 changed files with 1927 additions and 31 deletions

View File

@@ -10,4 +10,4 @@ inputs:
outputs: # none
runs:
using: 'node12'
main: 'dist/bundle.js'
main: 'dist/bundle.cjs.js'