6a53f87e03
Sets up monorepo with Wails desktop shell, Go backend, React/TS frontend, and Kotlin Android SDK skeleton. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
455 B
JSON
17 lines
455 B
JSON
{
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
|
"name": "droidscope",
|
|
"outputfilename": "DroidScope",
|
|
"frontend:install": "npm install",
|
|
"frontend:build": "npm run build",
|
|
"frontend:dev:watcher": "npm run dev",
|
|
"frontend:dev:serverUrl": "auto",
|
|
"frontend:dir": "../frontend-react",
|
|
"wailsjsdir": "../frontend-react/src/wailsjs",
|
|
"author": {
|
|
"name": "achmad",
|
|
"email": "anakinskywalk1@gmail.com"
|
|
},
|
|
"version": "2"
|
|
}
|