Removed ('update the db') comment from Mage download instructions

This commit is contained in:
Martin Šošić 2023-11-20 12:22:16 +01:00 committed by GitHub
parent 62fddbcefc
commit 080a1fdbf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -530,7 +530,7 @@ export default function RunTheAppModal({ disabled, onDownloadZip }) {
<pre className="mt-2 bg-slate-800 p-4 rounded-lg text-sm text-slate-200">
cd {"<your-app-name>"}
<br />
wasp db migrate-dev <span className="text-slate-400"># init the db</span>
wasp db migrate-dev
<br />
wasp start
</pre>