add sveltekit template
This commit is contained in:
parent
401e268281
commit
14f8e77e6a
24 changed files with 2157 additions and 1 deletions
4
Foxnouns.Frontend/.env.example
Normal file
4
Foxnouns.Frontend/.env.example
Normal file
|
@ -0,0 +1,4 @@
|
|||
# The API base that the server itself should call, this should not be behind a reverse proxy.
|
||||
PRIVATE_API_BASE=http://localhost:5000/api
|
||||
# The API base that clients should call, behind a reverse proxy.
|
||||
PUBLIC_API_BASE=https://pronouns.cc/api
|
Loading…
Add table
Add a link
Reference in a new issue