mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
feat: add wrangler scripts for development, build, and deployment
This commit is contained in:
parent
e1db07cc25
commit
8811f56559
@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "@onsonr/sonr.id",
|
"name": "@onsonr/sonr.id",
|
||||||
"version": "0.0.2",
|
"version": "0.0.2",
|
||||||
"scripts": {},
|
"scripts": {
|
||||||
|
"dev": "bunx wrangler dev",
|
||||||
|
"build": "bunx wrangler build",
|
||||||
|
"deploy": "bunx wrangler deploy"
|
||||||
|
},
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
@ -27,8 +27,8 @@ templ SectionHero(hero *models.Hero) {
|
|||||||
{ hero.Subtitle }
|
{ hero.Subtitle }
|
||||||
</p>
|
</p>
|
||||||
<div class="max-w-xs mx-auto sm:max-w-none sm:inline-flex sm:justify-center space-y-4 sm:space-y-0 sm:space-x-4">
|
<div class="max-w-xs mx-auto sm:max-w-none sm:inline-flex sm:justify-center space-y-4 sm:space-y-0 sm:space-x-4">
|
||||||
@ui.PrimaryButton(hero.PrimaryButton.Href, hero.PrimaryButton.Text)
|
@ui.PrimaryButton("/register", "Get Started")
|
||||||
@ui.SecondaryButton(hero.SecondaryButton.Href, hero.SecondaryButton.Text)
|
@ui.SecondaryButton("/about", "Learn More")
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user