diff options
Diffstat (limited to 'Justfile')
-rw-r--r-- | Justfile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ +set export + +CSS := "body { + color: green; +}" + test: - GEMINI_HOST=localhost php -S localhost:8080 -t test test/index.php + GEMINI_HOST=localhost CSS=$CSS php -S localhost:8080 -t test test/index.php server: |