7 lines
75 B
Bash
7 lines
75 B
Bash
#!/bin/bash
|
|
|
|
watch_file .env.local
|
|
dotenv_if_exists .env.local
|
|
|
|
use flake
|
|
|