mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
Remove unused ResumeComponent
, ServicesComponent
, and related sections. Update theming for SupportThisSiteModal
, adjust DogecoinIcon
, and refine Cloudflare worker references.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Server from "@open-gsio/server";
|
||||
import ServerCoordinator from "packages/server/durable-objects/ServerCoordinator";
|
||||
import ServerCoordinator from "@open-gsio/server/durable-objects/ServerCoordinator";
|
||||
|
||||
export {ServerCoordinator}
|
||||
|
||||
|
@@ -11,6 +11,8 @@
|
||||
"dependencies": {
|
||||
"@cloudflare/vite-plugin": "^1.3.1",
|
||||
"vite": "6.3.5",
|
||||
"wrangler": "^4.18.0"
|
||||
"wrangler": "^4.18.0",
|
||||
"@open-gsio/server": "workspace:*",
|
||||
"@open-gsio/client": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
@@ -28,7 +28,7 @@
|
||||
"migrations": [
|
||||
{
|
||||
"new_classes": [
|
||||
"SiteCoordinator"
|
||||
"ServerCoordinator"
|
||||
],
|
||||
"tag": "v1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user