chore(turborepo): initial setup and config, move db to package
This commit is contained in:
2
apps/web/.gitignore
vendored
Normal file
2
apps/web/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Turborepo
|
||||
.turbo
|
6693
apps/web/package-lock.json
generated
6693
apps/web/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Reference in New Issue
Block a user