feat: added website template

This commit is contained in:
Nick 2025-06-22 19:25:27 -05:00
parent ac4fca8fe6
commit 27781d3d0f
34 changed files with 13 additions and 1 deletions

0
templates/website/backend/.gitignore vendored Normal file → Executable file
View file

2
templates/website/backend/backend.cabal Normal file → Executable file
View file

@ -6,5 +6,7 @@ executable main
main-is: Main.hs
build-depends:
, base
, scotty
, wai-cors
default-language: Haskell2010
hs-source-dirs: src

0
templates/website/backend/src/Main.hs Normal file → Executable file
View file