# Wails v3 project configuration. # NOTE: `info.version` is informational only. The release flow (`./release`, # `make release`) bumps `wails.json` -> info.productVersion and does NOT touch # this file, so bump both together when cutting a release. version: '3' info: companyName: "John O'Keefe" productName: "AniTrack" productIdentifier: "com.linuxhg.anitrack" description: "Track anime watchlists across AniList, MyAnimeList, and Simkl" copyright: "John O'Keefe" version: "1.6.8" # Dev mode configuration dev_mode: root_path: . log_level: warn debounce: 1000 ignore: dir: - .git - node_modules - frontend - bin file: - .DS_Store - .gitignore - .gitkeep - "*_test.go" watched_extension: - "*.go" - "*.js" - "*.ts" git_ignore: true executes: - cmd: wails3 build DEV=true type: blocking - cmd: wails3 task common:dev:frontend type: background - cmd: wails3 task run type: primary