From e3fe2253f964263012928e44fa92b03d06b19b91 Mon Sep 17 00:00:00 2001 From: Elijah Voigt Date: Tue, 3 Mar 2026 21:06:11 -0800 Subject: [PATCH] fix frontend proxy issue --- quotesdb/.gitignore | 2 ++ quotesdb/Trunk.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 quotesdb/.gitignore diff --git a/quotesdb/.gitignore b/quotesdb/.gitignore new file mode 100644 index 0000000..43217b4 --- /dev/null +++ b/quotesdb/.gitignore @@ -0,0 +1,2 @@ +dist/ +quotesdb.sqlite* diff --git a/quotesdb/Trunk.toml b/quotesdb/Trunk.toml index 9f97ca3..440eb5d 100644 --- a/quotesdb/Trunk.toml +++ b/quotesdb/Trunk.toml @@ -3,4 +3,4 @@ target = "index.html" [[proxy]] rewrite = "/api" -backend = "http://localhost:3000" +backend = "http://localhost:3000/api"