Archived
Compare commits
2
Commits
826c308d52
...
08c3a2e0ab
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08c3a2e0ab
|
||
|
|
425c51e135
|
@@ -1,3 +1,8 @@
|
||||
# Configs
|
||||
.direnv
|
||||
.zed
|
||||
.vscode
|
||||
|
||||
# JS
|
||||
node_modules
|
||||
.turbo
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "shoebill-chat",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.33.2",
|
||||
"devDependencies": {
|
||||
"turbo": "^2.9.7"
|
||||
}
|
||||
}
|
||||
Generated
+6332
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
||||
packages:
|
||||
- 'apps/*'
|
||||
- 'packages/*'
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://turborepo.dev/schema.json",
|
||||
"tasks": {
|
||||
"build": {
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"check-types": {
|
||||
"dependsOn": ["^check-types"]
|
||||
},
|
||||
"dev": {
|
||||
"persistent": true,
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user