Skip to content

Commit b91d995

Browse files
committed
fix: correct import statement in content.config.ts and update biome.json and package.json dependencies
1 parent 6cffa58 commit b91d995

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

apps/doc/src/content.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import { defineCollection } from "astro:content";
12
import { docsLoader } from "@astrojs/starlight/loaders";
23
import { docsSchema } from "@astrojs/starlight/schema";
3-
import { defineCollection } from "astro:content";
44
import { blogSchema } from "starlight-blog/schema";
55

66
export const collections = {

biome.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
"attributePosition": "auto"
2929
}
3030
},
31+
"css": {
32+
"parser": {
33+
"tailwindDirectives": true
34+
}
35+
},
3136
"json": {
3237
"formatter": {
3338
"trailingCommas": "none"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"release": "turbo run format-and-lint test build && changeset publish"
1111
},
1212
"devDependencies": {
13-
"@biomejs/biome": "2.3.5",
13+
"@biomejs/biome": "2.2.4",
1414
"@changesets/cli": "^2.29.7",
15-
"turbo": "^2.6.1",
16-
"typescript": "5.9.3"
15+
"turbo": "^2.5.8",
16+
"typescript": "5.9.2"
1717
},
1818
"engines": {
1919
"node": ">=18"

0 commit comments

Comments
 (0)