Establishes clear testing standards and best practices: - Mandates unit testing for all API endpoints - Defines test organization and file structure - Introduces testing scope and strategy - Documents best practices for writing tests - Sets minimum coverage requirements (80%) - Adds test data management guidelines Updates project documentation to reflect testing requirements and development workflow. Includes practical examples of good testing patterns and proper test organization.
12 lines
392 B
Text
12 lines
392 B
Text
NUXT_PUBLIC_PREVIEW_MODE=false
|
|
NUXT_PUBLIC_SLUG_DEFAULT_LENGTH=5
|
|
NUXT_SITE_TOKEN=SinkCool
|
|
NUXT_REDIRECT_STATUS_CODE=308
|
|
NUXT_LINK_CACHE_TTL=60
|
|
NUXT_REDIRECT_WITH_QUERY=false
|
|
NUXT_HOME_URL="https://sink.cool"
|
|
NUXT_CF_ACCOUNT_ID=123456
|
|
NUXT_CF_API_TOKEN=CloudflareAPIToken
|
|
NUXT_DATASET=sink
|
|
NUXT_AI_MODEL="@cf/meta/llama-3-8b-instruct"
|
|
NUXT_AI_PROMPT="You are a URL shortening assistant......"
|