We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807e111 commit f9b416fCopy full SHA for f9b416f
public/setup_hook.py
@@ -0,0 +1,5 @@
1
+def run_hook(release_path: str):
2
+ print("Running setup hook...")
3
+ with open(f"{release_path}/pwv.js", "w") as file:
4
+ file.write("window.hasPWV = true;\n")
5
+
0 commit comments