Updated OpenSaas template to pull from template/ dir (#2172)

This commit is contained in:
Martin Šošić 2024-07-11 09:58:22 +02:00 committed by GitHub
parent 201c32db15
commit 3dcaf6bd81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@ basicStarterTemplate =
openSaasStarterTemplate :: StarterTemplate
openSaasStarterTemplate =
simpleGhRepoTemplate
("open-saas", [reldir|.|])
("open-saas", [reldir|template|])
( "saas",
"Everything a SaaS needs! Comes with Auth, ChatGPT API, Tailwind, Stripe payments and more."
<> " Check out https://opensaas.sh/ for more details."