feat: markdoc based blog

This commit is contained in:
nobody 2024-12-05 22:33:36 -08:00
commit 6156ac07a6
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
6 changed files with 796 additions and 0 deletions

16
lib/sql/elm.json Normal file
View file

@ -0,0 +1,16 @@
{
"type": "package",
"name": "astrid-pages/sql",
"summary": "",
"license": "AGPL-3.0",
"version": "1.0.0",
"exposed-modules": [
"Astrid.Query"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.0 <= v < 2.0.0"
},
"test-dependencies": {}
}