mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
13 lines
225 B
TOML
13 lines
225 B
TOML
|
|
name = "awesome-privacy-api"
|
|
compatibility_date = "2024-03-04"
|
|
main = "src/index.ts"
|
|
|
|
rules = [
|
|
{ type = "Text", globs = ["public/*.html"], fallthrough = true }
|
|
]
|
|
|
|
|
|
[site]
|
|
bucket = "./public" # Path to your static files
|
|
|