mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
Remove commented-out code and update configurations
Deleted unused or commented-out code across multiple files to improve clarity and maintainability. Updated `kv_namespaces` in `wrangler.toml` and specified the package manager in `package.json`. Add placeholder values for development kv stores.
This commit is contained in:
@@ -13,7 +13,7 @@ preview_urls = false
|
||||
# Dev configuration (local)
|
||||
durable_objects.bindings = [{name = "SITE_COORDINATOR", class_name = "SiteCoordinator", script_name = "geoff-seemueller-io"}]
|
||||
migrations = [{tag = "v1", new_classes = ["SiteCoordinator"]}]
|
||||
kv_namespaces = [{binding = "KV_STORAGE", id = "", preview_id = ""}]
|
||||
kv_namespaces = [{binding = "KV_STORAGE", id = "placeholderId", preview_id = "placeholderIdPreview"}]
|
||||
services = [{binding = "EMAIL_SERVICE", service = "email-service-rpc"}]
|
||||
|
||||
# Dev configuration (remote)
|
||||
|
Reference in New Issue
Block a user