feat: markdoc based blog
This commit is contained in:
parent
180015bfcd
commit
6156ac07a6
6 changed files with 796 additions and 0 deletions
16
lib/sql/elm.json
Normal file
16
lib/sql/elm.json
Normal 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": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue