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 f03494f commit 81645a8Copy full SHA for 81645a8
.htaccess
@@ -0,0 +1,5 @@
1
+<IfModule mod_rewrite.c>
2
+ RewriteEngine On
3
+ RewriteCond %{REQUEST_URI} !^/public/
4
+ RewriteRule ^(.*)$ /public/$1 [L,QSA]
5
+</IfModule>
.prettierignore
@@ -0,0 +1,8 @@
+*.md
+**/build
+**/vendor
+/public
+composer.lock
6
+package-lock.json
7
+storage
8
+bun.lockb
0 commit comments