aboutsummaryrefslogtreecommitdiff
path: root/wails.json
diff options
context:
space:
mode:
Diffstat (limited to 'wails.json')
-rw-r--r--wails.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/wails.json b/wails.json
new file mode 100644
index 0000000..5e52dde
--- /dev/null
+++ b/wails.json
@@ -0,0 +1,13 @@
+{
+ "$schema": "https://wails.io/schemas/config.v2.json",
+ "name": "deepcool-display-linux",
+ "outputfilename": "deepcool-display-linux",
+ "frontend:install": "npm install",
+ "frontend:build": "npm run build",
+ "frontend:dev:watcher": "npm run dev",
+ "frontend:dev:serverUrl": "auto",
+ "author": {
+ "name": "Blaster4385",
+ "email": "venkatesh@tablaster.dev"
+ }
+}