File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import { defineCollection } from "astro:content" ;
12import { docsLoader } from "@astrojs/starlight/loaders" ;
23import { docsSchema } from "@astrojs/starlight/schema" ;
3- import { defineCollection } from "astro:content" ;
44import { blogSchema } from "starlight-blog/schema" ;
55
66export const collections = {
Original file line number Diff line number Diff line change 2828 "attributePosition" : " auto"
2929 }
3030 },
31+ "css" : {
32+ "parser" : {
33+ "tailwindDirectives" : true
34+ }
35+ },
3136 "json" : {
3237 "formatter" : {
3338 "trailingCommas" : " none"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments