create-fff-app 0.1.8 → 0.1.9
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/package.json +1 -1
- package/src/index.ts +3 -0
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -130,6 +130,9 @@ ${cdStep}
|
|
|
130
130
|
${dim('# Install JS dependencies')}
|
|
131
131
|
${cyan('bun install')}
|
|
132
132
|
|
|
133
|
+
${dim('# Install Fable (F# → JS compiler)')}
|
|
134
|
+
${cyan('dotnet tool restore')}
|
|
135
|
+
|
|
133
136
|
${dim('# Set up Cloudflare D1 (run once)')}
|
|
134
137
|
${cyan('wrangler d1 create ' + projectName + '-db')}
|
|
135
138
|
${dim('# → copy the database_id into wrangler.toml')}
|