Skip to content

Commit

Permalink
0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aarkue committed Aug 18, 2024
1 parent b575220 commit dd0035f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
"beforeBuildCommand": "npm run build",
"beforeBuildCommand": "NODE_OPTIONS=\"--max_old_space_size=4096\" npm run build",
"beforeDevCommand": "npm run dev",
"devPath": "http://localhost:4565",
"distDir": "../dist/"
},
"package": {
"productName": "ocedeclare-tauri",
"version": "0.3.3"
"version": "0.3.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit dd0035f

Please sign in to comment.