blog/.vscode/settings.json
SquidSpirit c08bc659b9
All checks were successful
Frontend CI / build (push) Successful in 1m29s
BLOG-43 feat: post info usecase
2025-05-05 06:40:03 +08:00

11 lines
181 B
JSON

{
"cSpell.words": [
"actix",
"chrono",
"serde",
"squidspirit"
],
"java.project.sourcePaths": [
"backend/feature/post/src"
]
}