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 45ff55c commit dca4531Copy full SHA for dca4531
public/setup_hook.py
@@ -1,5 +1,4 @@
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