mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 02:04:13 +00:00
feat: add website package with Vite and Caddy
This commit is contained in:
parent
4b483afbae
commit
924bacae4e
5 changed files with 49 additions and 0 deletions
5
frontend/packages/website/Caddyfile
Normal file
5
frontend/packages/website/Caddyfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
:80 {
|
||||
root * /srv
|
||||
file_server
|
||||
try_files {path} /index.html
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue