Skip to content

Commit ad32a84

Browse files
committed
Update README.md to clarify new features and improve instructions
- Enhanced the README.md to provide clearer instructions for using the stripped version of Bedstack. - Added details on the integration of Drizzle v1 in the stripped version, including relevant links for users.
1 parent cc92e9e commit ad32a84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ It's ok to have multiple commits in a single PR, you don't need to rebase or for
8181

8282
### Lint
8383

84-
We use [Biome](https://biomejs.dev/) for both linting and formatting with [a few custom rules](./biome.json). It is an ultra-fast, Rust based linter and formatter.
84+
We use [Biome](https://biomejs.dev/) for both linting and formatting with [a few custom rules](./biome.jsonc). It is an ultra-fast, Rust based linter and formatter.
8585

8686
<table><tr><td>
8787

PROJECT_STRUCTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ src/
1616
scripts/ # Scripts managed by `package.json`
1717
drizzle/ # Drizzle migrations and scripts
1818
drizzle.config.ts # Drizzle configuration
19-
biome.json # Biome configuration
19+
biome.jsonc # Biome configuration
2020
package.json # Package metadata
2121
bun.lockb # Bun lockfile
2222
tsconfig.json # TypeScript configuration

biome.json renamed to biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.0/schema.json",
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"vcs": {
44
"enabled": true,
55
"useIgnoreFile": true,

0 commit comments

Comments
 (0)