mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +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",
|
||||
"version": "0.0.2",
|
||||
"scripts": {},
|
||||
"scripts": {
|
||||
"dev": "bunx wrangler dev",
|
||||
"build": "bunx wrangler build",
|
||||
"deploy": "bunx wrangler deploy"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
@ -27,8 +27,8 @@ templ SectionHero(hero *models.Hero) {
|
||||
{ hero.Subtitle }
|
||||
</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">
|
||||
@ui.PrimaryButton(hero.PrimaryButton.Href, hero.PrimaryButton.Text)
|
||||
@ui.SecondaryButton(hero.SecondaryButton.Href, hero.SecondaryButton.Text)
|
||||
@ui.PrimaryButton("/register", "Get Started")
|
||||
@ui.SecondaryButton("/about", "Learn More")
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user