Fix table creation (#2)

- Add Caddyfile
- Add start of vanilla layout
This commit is contained in:
2024-04-04 20:49:25 -04:00
parent 9e027ca51e
commit 8db4216ea2
4 changed files with 44 additions and 5 deletions

9
src/Caddyfile Normal file
View File

@@ -0,0 +1,9 @@
{
frankenphp
order php_server before file_server
}
http://localhost:8205 {
root ./public
try_files {uri} {uri}.php
php_server
}