mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
10 lines
267 B
JSON
10 lines
267 B
JSON
{
|
|
"name": "kitchensink",
|
|
"outputfilename": "kitchensink",
|
|
"html": "frontend/public/index.html",
|
|
"js": "frontend/public/bundle.js",
|
|
"css": "frontend/public/bundle.css",
|
|
"frontend:build": "npm run build",
|
|
"frontend:install": "npm install"
|
|
}
|