mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-06 01:14:33 -06:00
14 lines
335 B
JSON
14 lines
335 B
JSON
{
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
|
"name": "bitme",
|
|
"outputfilename": "bitme",
|
|
"frontend:install": "pnpm install",
|
|
"frontend:build": "pnpm run build",
|
|
"frontend:dev:watcher": "pnpm run dev",
|
|
"frontend:dev:serverUrl": "auto",
|
|
"author": {
|
|
"name": "Xevion",
|
|
"email": "xevion@xevion.dev"
|
|
}
|
|
}
|