querypie-cli 0.1.1

Query QueryPie databases from the terminal with webview authentication.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "QueryPie CLI",
  "version": "0.1.1",
  "identifier": "io.github.sudosubin.querypie-cli",
  "build": {
    "beforeDevCommand": "",
    "beforeBuildCommand": ""
  },
  "app": {},
  "bundle": {
    "active": false,
    "icon": []
  }
}