mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 13:05:09 +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
7
frontend/packages/website/vite.config.ts
Normal file
7
frontend/packages/website/vite.config.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
server: {
|
||||
port: 3000
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue