mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed Zeit Now v1 support, closes #710
This commit is contained in:
parent
07e208cc6d
commit
e0e7a0facf
5 changed files with 11 additions and 311 deletions
|
|
@ -99,19 +99,25 @@ If you run ``datasette plugins --all`` it will include default plugins that ship
|
|||
$ datasette plugins --all
|
||||
[
|
||||
{
|
||||
"name": "datasette_json_html",
|
||||
"static": false,
|
||||
"templates": false,
|
||||
"version": "0.4.0"
|
||||
},
|
||||
{
|
||||
"name": "datasette.publish.heroku",
|
||||
"name": "datasette.sql_functions",
|
||||
"static": false,
|
||||
"templates": false,
|
||||
"version": null
|
||||
},
|
||||
{
|
||||
"name": "datasette.publish.now",
|
||||
"name": "datasette.publish.cloudrun",
|
||||
"static": false,
|
||||
"templates": false,
|
||||
"version": null
|
||||
},
|
||||
{
|
||||
"name": "datasette.facets",
|
||||
"static": false,
|
||||
"templates": false,
|
||||
"version": null
|
||||
},
|
||||
{
|
||||
"name": "datasette.publish.heroku",
|
||||
"static": false,
|
||||
"templates": false,
|
||||
"version": null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue