Update compt date

> When you start your project, you should always set compatibility_date to the
> current date. You should occasionally update the compatibility_date field.
>
> https://developers.cloudflare.com/workers/configuration/compatibility-dates/
This commit is contained in:
Manav Rathi 2024-06-15 11:41:09 +05:30
parent 8aaad79897
commit 6bbd944de4
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
name = "cast-albums"
main = "src/index.ts"
compatibility_date = "2024-03-14"
compatibility_date = "2024-06-14"
routes = [
{ pattern = "cast-albums.ente.io", custom_domain = true }