Files
webnews/desktop/wails.json
Sudo-Ivan 402f4e676e Update wails.json to use pnpm for frontend dependency management
- Changed frontend installation and build commands from npm to pnpm for consistency with recent updates across the project.
2025-12-27 12:26:21 -06:00

15 lines
337 B
JSON

{
"name": "Web News",
"assetdir": "frontend_dist",
"frontend:dir": "..",
"frontend:install": "pnpm install",
"frontend:build": "pnpm run build",
"frontend:dev:watcher": "pnpm run dev",
"frontend:dev:serverUrl": "http://localhost:5173",
"outputfilename": "web-news",
"author": {
"name": "Quad4",
"email": "dev@quad4.io"
}
}