Skip to content

Commit c7f6b00

Browse files
author
Ben Burdette
committed
add nodejs
1 parent bd31c32 commit c7f6b00

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

flake.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,8 @@
134134
elmPackages.elm-verify-examples
135135
elmPackages.elmi-to-json
136136
elmPackages.elm-optimize-level-2
137-
cargo-tauri
138-
tauri-mobile
139137
# extra stuff for tauri
138+
cargo-tauri
140139
libsoup
141140
cairo
142141
atk
@@ -146,7 +145,9 @@
146145
gst_all_1.gst-plugins-good
147146
gst_all_1.gst-plugins-bad
148147
# for tauti-mobile (?)
148+
tauri-mobile
149149
lldb
150+
nodejs
150151
# vscode-extensions.vadimcn.vscode-lldb # added this but still not found by tauri mobile template init.
151152
alsa-lib
152153
mobileTargets

tauri/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"beforeBuildCommand": null,
44
"beforeDevCommand": null,
55
"devPath": "http://10.0.0.85:8010",
6-
"distDir": "../../server/static/",
6+
"distDir": "../../server",
77
"withGlobalTauri": true
88
},
99
"package": {

0 commit comments

Comments
 (0)