mirror of
https://github.com/jakejarvis/simpip.git
synced 2025-04-25 18:15:21 -04:00
7 lines
137 B
TOML
7 lines
137 B
TOML
name = "simpip"
|
|
compatibility_date = "2024-02-08"
|
|
main = "./src/index.ts"
|
|
routes = [
|
|
{ pattern = "simpip.com", custom_domain = true }
|
|
]
|