Singular (admin) account system

This commit is contained in:
Ahmed Al-Taiar
2024-08-14 12:35:57 -04:00
parent 544cea9105
commit b61a80c9a0
37 changed files with 1796 additions and 442 deletions

View File

@@ -6,13 +6,13 @@
# https://redwoodjs.com/docs/app-configuration-redwood-toml
[web]
title = "Ahmed Al-Taiar"
title = "${NAME}"
port = 8910
apiUrl = "/.redwood/functions" # You can customize graphql and dbauth urls individually too: see https://redwoodjs.com/docs/app-configuration-redwood-toml#api-paths
includeEnvironmentVariables = [
# Add any ENV vars that should be available to the web side to this array
# See https://redwoodjs.com/docs/environment-variables#web
]
includeEnvironmentVariables = ["NAME"]
[generate]
tests = false
stories = false
[api]
port = 8911
[browser]