create-foldkit-app 0.30.0 → 0.30.1
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.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"channel": "stable",
|
|
4
|
-
"sourceCommit": "
|
|
4
|
+
"sourceCommit": "2266cc0cacd60f00d6d57adab45aaff8229b0aec",
|
|
5
5
|
"packages": {
|
|
6
|
-
"create-foldkit-app": "0.30.
|
|
6
|
+
"create-foldkit-app": "0.30.1",
|
|
7
7
|
"@foldkit/devtools": "0.152.0",
|
|
8
8
|
"@foldkit/devtools-mcp": "0.18.0",
|
|
9
9
|
"foldkit": "0.152.0",
|
|
@@ -106,7 +106,9 @@ const program = Effect.gen(function* () {
|
|
|
106
106
|
),
|
|
107
107
|
)
|
|
108
108
|
}
|
|
109
|
-
const html = Server.injectIntoTemplate(template, result.application
|
|
109
|
+
const html = Server.injectIntoTemplate(template, result.application, {
|
|
110
|
+
containerId: CONTAINER_ID,
|
|
111
|
+
})
|
|
110
112
|
const outputFile = outputFileFor(path)
|
|
111
113
|
|
|
112
114
|
yield* fs.makeDirectory(dirname(outputFile), { recursive: true })
|