rwsdk 1.0.0-alpha.18 → 1.0.0-alpha.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -37,7 +37,6 @@ export const configPlugin = ({ silent, projectRootDir, workerEntryPathname, clie
|
|
|
37
37
|
"rwsdk/constants",
|
|
38
38
|
"rwsdk/db",
|
|
39
39
|
"rwsdk/debug",
|
|
40
|
-
"rwsdk/llms",
|
|
41
40
|
"rwsdk/realtime/durableObject",
|
|
42
41
|
"rwsdk/realtime/worker",
|
|
43
42
|
"rwsdk/router",
|
|
@@ -129,6 +128,10 @@ export const configPlugin = ({ silent, projectRootDir, workerEntryPathname, clie
|
|
|
129
128
|
"rwsdk/constants",
|
|
130
129
|
"rwsdk/debug",
|
|
131
130
|
"rwsdk/realtime/client",
|
|
131
|
+
"rwsdk/router",
|
|
132
|
+
"rwsdk/worker",
|
|
133
|
+
"rwsdk/realtime/durableObject",
|
|
134
|
+
"rwsdk/realtime/worker",
|
|
132
135
|
],
|
|
133
136
|
esbuildOptions: {
|
|
134
137
|
jsx: "automatic",
|