create-inox-app 0.2.0 → 0.2.2
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.js
CHANGED
|
@@ -22117,7 +22117,7 @@ const printPostInstall = (config) => {
|
|
|
22117
22117
|
steps.push("cp apps/web/.env.example apps/web/.env");
|
|
22118
22118
|
if (config.database !== "none") {
|
|
22119
22119
|
steps.push("docker compose --profile dev up -d postgres" + (config.cache === "redis" ? " redis" : ""));
|
|
22120
|
-
steps.push("
|
|
22120
|
+
steps.push("bun setup");
|
|
22121
22121
|
} else if (config.cache === "redis") steps.push("docker compose --profile dev up -d redis");
|
|
22122
22122
|
steps.push("bun run dev");
|
|
22123
22123
|
consola.box({
|