reloadify 0.1.2

A library for automatically reloading configuration files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[build]
publish = "public"

[context.deploy-preview.environment]
NODE_VERSION = "20"
NODE_ENV = "production"
HUGO_VERSION = "0.127.0"
HUGO_ENABLEGITINFO = "true"
HUGO_ENVIRONMENT = "preview"

[context.deploy-preview]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind@v1.1.0"