Skip to content

Commit bdd6614

Browse files
committed
update
1 parent a231c9c commit bdd6614

File tree

6 files changed

+630
-10
lines changed

6 files changed

+630
-10
lines changed

Tools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ build() {
1616
go get github.com/gin-gonic/gin
1717
go get github.com/gin-gonic/contrib/static
1818
go get github.com/gin-contrib/cors
19+
go get -u github.com/gobuffalo/packr/v2/...
1920
gox -output="{{.OS}}_{{.Arch}}" -os="linux" -os="windows" ../src
2021
cd ..
2122
}

client/package-lock.json

Lines changed: 374 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "client",
3+
"homepage": "/ui/",
34
"version": "0.1.0",
45
"private": true,
56
"dependencies": {
67
"@material-ui/core": "^3.9.2",
78
"@material-ui/icons": "^3.0.2",
9+
"express": "^4.17.1",
810
"react": "^16.8.4",
911
"react-dom": "^16.8.4",
1012
"react-dplayer": "^0.2.3",

0 commit comments

Comments
 (0)