Skip to content

Commit

Permalink
FIX: clipboard issues - add env variable to enable unstable apis
Browse files Browse the repository at this point in the history
  • Loading branch information
alardev committed Nov 28, 2023
1 parent 231488a commit 2185c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tw:release": "tailwindcss -i style/input.css -o site/style/output.css --minify",
"dev": "RUSTFLAGS=--cfg=web_sys_unstable_apis trunk serve --open --address 0.0.0.0",
"clean": "rm ./site/style/output.css && rm -rf site/dist",
"build": "trunk build --release",
"build": "RUSTFLAGS=--cfg=web_sys_unstable_apis trunk build --release",
"install_trunk": "chmod 744 ./bin/install_trunk.sh && TRUNK_VERSION=0.17.5 ./bin/install_trunk.sh"
},
"repository": "git@github.com:GlooriousWalrus/koval.git",
Expand Down

0 comments on commit 2185c31

Please sign in to comment.