diff --git a/.replit b/.replit new file mode 100644 index 0000000..2fabd15 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "php7" +run = "php -S 0.0.0.0:8080"