nextjs-hackathon-stack 0.1.18 → 0.1.19
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/index.js +0 -1
- package/package.json +1 -1
- package/template/README.md +0 -1
- package/template/drizzle.config.ts +3 -0
package/dist/index.js
CHANGED
|
@@ -166,7 +166,6 @@ async function scaffold(projectName, skipInstall) {
|
|
|
166
166
|
console.log(` ${pc2.dim("NEXT_PUBLIC_SUPABASE_URL")} \u2014 supabase.com > Project Settings > API`);
|
|
167
167
|
console.log(` ${pc2.dim("NEXT_PUBLIC_SUPABASE_ANON_KEY")} \u2014 supabase.com > Project Settings > API`);
|
|
168
168
|
console.log(` ${pc2.dim("DATABASE_URL")} \u2014 supabase.com > Project Settings > Database`);
|
|
169
|
-
console.log(` ${pc2.cyan("pnpm db:generate")} ${pc2.dim("\u2014 genera las migraciones")}`);
|
|
170
169
|
console.log(` ${pc2.cyan("pnpm db:migrate")} ${pc2.dim("\u2014 aplica las migraciones a la base de datos")}`);
|
|
171
170
|
console.log(` ${pc2.cyan("pnpm dev")}
|
|
172
171
|
`);
|
package/package.json
CHANGED
package/template/README.md
CHANGED