mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 15:18:16 +00:00
17 lines
311 B
TOML
Executable file
17 lines
311 B
TOML
Executable file
name = "personal-site"
|
|
main = "src/worker/index.ts"
|
|
compatibility_date = "2024-02-01"
|
|
|
|
[build]
|
|
command = "npm run build:worker"
|
|
|
|
[env.production]
|
|
name = "personal-site"
|
|
vars = { ENVIRONMENT = "production" }
|
|
|
|
[env.development]
|
|
name = "personal-site-dev"
|
|
vars = { ENVIRONMENT = "development" }
|
|
|
|
[dev]
|
|
port = 8787
|