mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
AppPlugins: fix app support and add an alpha example (#16528)
* app pages * app pages * workign example * started alpha support * bump controller limit * bump controller limit * existing plugin pages work again * save Plugin in cache * remove AppPage wip
This commit is contained in:
committed by
Torkel Ödegaard
parent
5f1b2691a3
commit
5a0cf1a83c
@@ -4,7 +4,7 @@ echo -e "Collecting code stats (typescript errors & more)"
|
||||
|
||||
ERROR_COUNT_LIMIT=5977
|
||||
DIRECTIVES_LIMIT=175
|
||||
CONTROLLERS_LIMIT=138
|
||||
CONTROLLERS_LIMIT=140
|
||||
|
||||
ERROR_COUNT="$(./node_modules/.bin/tsc --project tsconfig.json --noEmit --noImplicitAny true | grep -oP 'Found \K(\d+)')"
|
||||
DIRECTIVES="$(grep -r -o directive public/app/**/* | wc -l)"
|
||||
|
||||
Reference in New Issue
Block a user