create-kide-app 0.0.1 → 0.0.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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -182,7 +182,7 @@ async function main() {
|
|
|
182
182
|
execSync(`${pm.exec} drizzle-kit push --force`, { cwd: projectDir, stdio: "pipe" });
|
|
183
183
|
s.stop("Schema pushed");
|
|
184
184
|
} catch {
|
|
185
|
-
s.stop("Schema
|
|
185
|
+
s.stop("Schema will be set up on first dev start");
|
|
186
186
|
}
|
|
187
187
|
s.start("Seeding demo content");
|
|
188
188
|
try {
|