Got uploads working
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,9 +1,14 @@
|
||||
run: ts
|
||||
go run main.go
|
||||
runboth: ts
|
||||
cd ../pixeldrain-server-launcher && go run main.go
|
||||
|
||||
build: ts
|
||||
go build main.go -o pixeldrain-web
|
||||
|
||||
deps:
|
||||
npm install -g typescript
|
||||
|
||||
ts:
|
||||
tsc --strict res/static/res/typescript/lib/*.ts --outFile res/static/res/script/pixellib.js
|
||||
tsc --strict res/static/res/typescript/home/*.ts \
|
||||
|
Reference in New Issue
Block a user