chore(turborepo): initial setup and config, move db to package

This commit is contained in:
Hyteq
2025-06-24 11:23:40 +03:00
parent 65bff0d2da
commit 140880a444
15 changed files with 614 additions and 6701 deletions

2
apps/web/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Turborepo
.turbo

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
{
"name": "next-template",
"name": "opencut",
"version": "0.1.0",
"private": true,
"packageManager": "bun@1.2.2",
"packageManager": "bun@1.2.17",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",