Closed SudoSurya closed 1 year ago
iam injecting .air.toml
file directly instead doing air init
because default toml file looking for entry point
at root but our project root file is under cmd folder so iam injecting .air.toml
so we can directly run Make run
command from Makefile inside .air.toml
and i made make watch
command in makefile to run air or we can use air
directly either way both are working
so i have small doubt if user doesn't have air installed globally it doesn't work if we run air
command right?
can we install air package like this instead if user does not have air globally ?
Resolving Issue #34