Skip to content

Commit

Permalink
chore: remove deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Oct 28, 2024
1 parent 885e257 commit 738b8e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 527 deletions.
9 changes: 1 addition & 8 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": [
"node_modules/**",
".next/**",
"drizzle/**",
".docker",
"dist",
"packages/server/package.json"
]
"ignore": ["node_modules/**", ".next/**", "drizzle/**", ".docker", "dist"]
},
"organizeImports": {
"enabled": true
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"private": true,
"workspaces": ["apps/*", "packages/*"],
"scripts": {
"docker:build:canary": "./apps/dokploy/docker/build.sh canary",
"docs:dev": "pnpm --filter=docs run dev",
"docs:build": "pnpm --filter=docs run build",
"docs:typecheck": "pnpm --filter=docs run typecheck",
Expand All @@ -19,9 +18,6 @@
"prepare": "node .husky/install.mjs"
},
"devDependencies": {
"dotenv": "16.4.5",
"esbuild": "0.20.2",
"tsx": "4.16.2",
"lint-staged": "^15.2.7",
"@biomejs/biome": "1.8.3",
"husky": "^9.1.6",
Expand Down
Loading

0 comments on commit 738b8e5

Please sign in to comment.