summaryrefslogtreecommitdiff
path: root/pred_gui/wails.json
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2025-11-29 20:18:11 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2025-11-29 20:18:11 +0500
commite07dca81d05f304865a59c8afee98a3cde8bce8c (patch)
tree2dd01bbc5fd20b6ae024f0c18eb8946887ae9339 /pred_gui/wails.json
Project init
Diffstat (limited to 'pred_gui/wails.json')
-rw-r--r--pred_gui/wails.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/pred_gui/wails.json b/pred_gui/wails.json
new file mode 100644
index 0000000..641f612
--- /dev/null
+++ b/pred_gui/wails.json
@@ -0,0 +1,13 @@
+{
+ "$schema": "https://wails.io/schemas/config.v2.json",
+ "name": "pred_gui",
+ "outputfilename": "pred_gui",
+ "frontend:install": "npm install",
+ "frontend:build": "npm run build",
+ "frontend:dev:watcher": "npm run dev",
+ "frontend:dev:serverUrl": "auto",
+ "author": {
+ "name": "Physick",
+ "email": "96335032+DegustatorPonos@users.noreply.github.com"
+ }
+}