From 999d849f252e8ff95a91921478e77401def1c8a6 Mon Sep 17 00:00:00 2001 From: Rodrigo Gargani Oliveira Date: Tue, 6 Jan 2026 17:36:18 -0300 Subject: [PATCH] Add .lab.json configuration for 2023 Portfolio --- .lab.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .lab.json diff --git a/.lab.json b/.lab.json new file mode 100644 index 0000000..072434b --- /dev/null +++ b/.lab.json @@ -0,0 +1,5 @@ +{ + "pinned": true, + "title": "2023 Portfolio", + "stack": ["lrn", "docker", "javascript", "nodejs", "vite", "vitest", "reactjs", "tailwind"], +}