From e7d6505ff6bfefa927466361570cedde799e94a6 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 11 Dec 2024 22:40:34 -0500 Subject: Async end-to-end Storybook working I deleted the tests because they were overspecifying the functionality. My mistake was to try and build out the objects and endpoints before the end-to-end sync thing was fully working. And then I misunderstood how to do async with HTMX, I was overcomplicating it trying to create objects and endpoints for everything instead of just focusing on the HTML that I should be generating. This all just led to a clusterfuck of code doing all the wrong things in the wrong places. So far this is much better architected. And it turns out that using image n-1 with OpenAI's create_variation function doesn't work very well anyway, so I scrapped that too; I'll have to look into different image gen services in the future. --- .envrc | 1 + 1 file changed, 1 insertion(+) (limited to '.envrc') diff --git a/.envrc b/.envrc index abee960..ac0f498 100644 --- a/.envrc +++ b/.envrc @@ -15,6 +15,7 @@ # export CODEROOT=$PWD export COLUMNS + export AREA="Test" # # ignore cabdir and hidden files when globbing export GLOBIGNORE="_:**_/**:.*:$GLOBIGNORE" -- cgit v1.2.3