Update .replit

This commit is contained in:
q13x 2023-06-06 23:10:07 -08:00 committed by GitHub
parent d48d7c29a2
commit a346e42262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
run = "./replit_launch.sh"
run = "chmod u+x ./replit_launch.sh && ./replit_launch.sh"
hidden = [".build", ".config"]
compile = "chmod u+x ./.config/build.sh && ./.config/build.sh"