15 lines
262 B
TOML
15 lines
262 B
TOML
name = "minecraft-enclaveis-com"
|
|
compatibility_date = "2025-08-18"
|
|
workers_dev = true
|
|
|
|
routes = [
|
|
{ pattern = "minecraft.enclaveis.com", custom_domain = true }
|
|
]
|
|
|
|
[build]
|
|
command = './build.sh'
|
|
|
|
[assets]
|
|
directory = "./public/"
|
|
not_found_handling = "404-page"
|