feat: refactored server to use ts and improved folder structure
This commit is contained in:
7
server/Makefile
Normal file
7
server/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
NODE_BIN ?= .\node_modules\.bin
|
||||
|
||||
lint:
|
||||
@$(NODE_BIN)\eslint ./src/** --fix
|
||||
|
||||
build: lint
|
||||
@$(NODE_BIN)\tsc
|
||||
Reference in New Issue
Block a user