Customize code generation
You can customize the code generation process with the following environment variables:
# Set where Hypertune should generate your code
HYPERTUNE_OUTPUT_FILE_PATH=generated
# Set where Hypertune should find your query file path
HYPERTUNE_QUERY_FILE_PATH=hypertune.graphql
# Set whether Hypertune should include your token in the generated code
HYPERTUNE_INCLUDE_TOKEN=true
# Set whether Hypertune should include a build-time fallback of your flag logic
HYPERTUNE_INCLUDE_FALLBACK=true
Last modified 7d ago