From 3919336f6b8157c3b0ee38e591d529d5538083aa Mon Sep 17 00:00:00 2001 From: alcalbg Date: Thu, 18 Apr 2024 12:52:06 +0000 Subject: [PATCH] deploy: 19228a652de5b23a1e0813be328eebb92e6a537b --- development.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development.html b/development.html index 73c0add..3f9835c 100644 --- a/development.html +++ b/development.html @@ -150,7 +150,7 @@ npm run build
vendor/bin/phpunit
 vendor/bin/phpstan analyse ./backend
 npm run lint
-npm run e2e
+npm run test:e2e

Deployment

Set the website document root to filegator/dist directory. This is also known as 'public' folder.

NOTE: For security reasons filegator/dist is the ONLY folder you want to be exposed through the web. Everything else should be outside of your web root, this way people can’t access any of your important files through the browser. If you run the script from the root folder, you will see the message 'Development mode' as a security warning.