@palettelab/cli 0.3.16 → 0.3.17
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/lib/dev-simulator.js +1 -1
- package/package.json +1 -1
package/lib/dev-simulator.js
CHANGED
|
@@ -174,7 +174,7 @@ function simulatorEntrySource(pluginEntry, manifest, backendPort) {
|
|
|
174
174
|
return `
|
|
175
175
|
import React from "react"
|
|
176
176
|
import { createRoot } from "react-dom/client"
|
|
177
|
-
import { PluginProvider } from "@palettelab/sdk
|
|
177
|
+
import { PluginProvider } from "@palettelab/sdk"
|
|
178
178
|
import Plugin from ${JSON.stringify(pluginEntry)}
|
|
179
179
|
|
|
180
180
|
const backendBase = "http://127.0.0.1:${backendPort}"
|