@base44-preview/cli 0.1.1-pr.555.8c33067 → 0.1.1-pr.555.a141166
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.
- package/dist/cli/index.js +2 -2
- package/dist/cli/index.js.map +2 -2
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -254140,7 +254140,7 @@ function getDeployCommand3() {
|
|
|
254140
254140
|
// src/cli/commands/realtime/new.ts
|
|
254141
254141
|
import { dirname as dirname19, join as join22 } from "node:path";
|
|
254142
254142
|
function buildHandlerScaffold(handlerName) {
|
|
254143
|
-
return `import { RealtimeHandler, type Conn } from "
|
|
254143
|
+
return `import { RealtimeHandler, type Conn } from "base44";
|
|
254144
254144
|
|
|
254145
254145
|
export class ${handlerName} extends RealtimeHandler {
|
|
254146
254146
|
handleConnect(conn: Conn) {
|
|
@@ -262811,4 +262811,4 @@ export {
|
|
|
262811
262811
|
CLIExitError
|
|
262812
262812
|
};
|
|
262813
262813
|
|
|
262814
|
-
//# debugId=
|
|
262814
|
+
//# debugId=D4F8A745D6FBC89164756E2164756E21
|