Update .replit

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

View File

@ -1,5 +1,6 @@
run = "./replit_launch.sh"
hidden = [".build", ".config"]
compile = "chmod u+x ./.config/build.sh && ./.config/build.sh"
[packager]
language = "nodejs"