Skip to content

Commit 3061bf7

Browse files
authored
upgrade to tailwind 4 (#124)
* Apply the automatic upgrade tool * Use the vite plugin instead of postcss * Make pro trees proer * Make sure everything has a blue ring
1 parent 26173fb commit 3061bf7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+737
-599
lines changed

functions/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def create_tree_with_initial_info(event: Event[DocumentSnapshot | None]) -> None
261261
@on_document_created(
262262
document="users/{userId}/proAnalysis/{treeId}",
263263
memory=MemoryOption.GB_1,
264+
timeout_sec=600,
264265
)
265266
def process_user_pro_tree(event: Event[DocumentSnapshot | None]) -> None:
266267
"""

functions/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
firebase-admin~=6.6.0
22
firebase_functions~=0.4.2
3-
bibx==0.6.0
3+
bibx==0.6.1
44
pydantic~=2.10.6
55
arrow~=1.3.0

0 commit comments

Comments
 (0)