Skip to content

Commit

Permalink
server
Browse files Browse the repository at this point in the history
  • Loading branch information
giauphan committed Mar 30, 2024
1 parent f03494f commit 81645a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/public/
RewriteRule ^(.*)$ /public/$1 [L,QSA]
</IfModule>
8 changes: 8 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.md
**/build
**/vendor
/public
composer.lock
package-lock.json
storage
bun.lockb

0 comments on commit 81645a8

Please sign in to comment.