mirror of
https://github.com/jakejarvis/simpip.git
synced 2025-04-26 02:15:23 -04:00
8 lines
186 B
TOML
8 lines
186 B
TOML
name = "simpip"
|
|
compatibility_date = "2024-02-08"
|
|
main = "index.js"
|
|
routes = [
|
|
{ pattern = "simpip.com", custom_domain = true },
|
|
{ pattern = "www.simpip.com", custom_domain = true }
|
|
]
|