Added make file to trigger build target
parent
838176bbc1
commit
d9c54c6006
@ -0,0 +1,5 @@
|
|||||||
|
.PHONY: build-static
|
||||||
|
|
||||||
|
build-static:
|
||||||
|
cd client && npm run build
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
VUE_APP_BASE_URL=http://0.0.0.0:5000
|
@ -0,0 +1 @@
|
|||||||
|
VUE_APP_BASE_URL=https://booker.androiddrew.com
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue