Makefile 153 B

123456789
  1. #!make
  2. include ./docker/.env
  3. export $(shell sed 's/=.*//' ./docker/.env)
  4. run-server:
  5. air -c .air.toml
  6. run-frontend:
  7. cd ./dashboard && npm run start