chore: implement basic build system

This commit is contained in:
2025-06-24 19:32:00 +02:00
parent e603b4972a
commit 8b3c059210
16 changed files with 1266 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
/node_modules/
/.turbo/
/pkgs/*/node_modules/
/pkgs/*/dist/
/pkgs/*/.turbo/