srx.astro.nix/.envrc

8 lines
119 B
Plaintext
Raw Permalink Normal View History

2022-12-22 23:31:21 +01:00
use flake
2024-04-23 18:46:19 +02:00
watch_file **/*.nix *.lock package.json src/content/*
2022-12-22 23:31:21 +01:00
2024-03-03 13:45:20 +01:00
yarn install
2024-03-09 12:27:22 +01:00
yarn astro sync
export MODE=development