WIP: Begins creating some project views.

This commit is contained in:
2025-12-30 17:05:37 -05:00
parent 2bbff896c9
commit f67c3ef847
7 changed files with 167 additions and 10 deletions

View File

@@ -42,5 +42,5 @@ RUN npm install -g browser-sync
ENV SWIFT_BACKTRACE=enable=no
ENV LOG_LEVEL=debug
CMD ["swift", "test"]
CMD ["swift", "run", "App", "serve", "--hostname", "0.0.0.0", "--port", "8080"]