5 lines
41 B
Makefile
5 lines
41 B
Makefile
|
-include .env
|
||
|
export
|
||
|
|
||
|
run:
|
||
|
npm run start
|