feature/share-libs
json 70 lines 1.53 KB
Raw
1 {
2 "build": {
3 "beforeDevCommand": "node node_modules/next/dist/bin/next dev -p 1420",
4 "beforeBuildCommand": "node node_modules/next/dist/bin/next build",
5 "devPath": "http://localhost:1420",
6 "distDir": "../out",
7 "withGlobalTauri": false
8 },
9 "package": {
10 "productName": "tower-of-bazel",
11 "version": "0.0.1"
12 },
13 "tauri": {
14 "allowlist": {
15 "all": false,
16 "shell": {
17 "all": false,
18 "open": true
19 }
20 },
21 "bundle": {
22 "active": true,
23 "category": "DeveloperTool",
24 "copyright": "",
25 "deb": {
26 "depends": []
27 },
28 "externalBin": [],
29 "icon": [
30 "icons/32x32.png",
31 "icons/128x128.png",
32 "icons/128x128@2x.png",
33 "icons/icon.icns",
34 "icons/icon.ico"
35 ],
36 "identifier": "com.taurionbazel.desktop",
37 "longDescription": "Tauri on Bazel with NextJS 14.",
38 "macOS": {
39 "entitlements": null,
40 "exceptionDomain": "",
41 "frameworks": [],
42 "providerShortName": null,
43 "signingIdentity": null
44 },
45 "resources": [],
46 "shortDescription": "",
47 "targets": "all",
48 "windows": {
49 "certificateThumbprint": null,
50 "digestAlgorithm": "sha256",
51 "timestampUrl": ""
52 }
53 },
54 "security": {
55 "csp": null
56 },
57 "updater": {
58 "active": false
59 },
60 "windows": [
61 {
62 "fullscreen": false,
63 "height": 600,
64 "resizable": true,
65 "title": "Tauri on Bazel",
66 "width": 800
67 }
68 ]
69 }
70 }