Skip to content

Add .env.example for developer documentation #22

@Laurc2004

Description

@Laurc2004

Severity: LOW

Problem

The project has no .env.example file. While the app uses minimal environment variables (TAURI_DEV_HOST, TAURI_ENV_PLATFORM, TAURI_DEBUG), a .env.example would help new contributors understand what environment variables are available.

Proposed Solution

Create .env.example:

# Optional: Override the dev server host (used by Tauri during development)
# TAURI_DEV_HOST=

# Automatically set by Tauri CLI during build
# TAURI_ENV_PLATFORM=
# TAURI_DEBUG=

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions