mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
MSSQL: Add a project.json so NX builds the plugin (#94866)
build(mssql): add a project.json so nx builds the plugin
This commit is contained in:
parent
cf08f6762d
commit
8f5edb09ef
9
public/app/plugins/datasource/mssql/project.json
Normal file
9
public/app/plugins/datasource/mssql/project.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "../../../../../node_modules/nx/schemas/project-schema.json",
|
||||
"projectType": "library",
|
||||
"tags": ["scope:plugin", "type:datasource"],
|
||||
"targets": {
|
||||
"build": {},
|
||||
"dev": {}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user