[addon] adds filtering based on provider

This commit is contained in:
TheBeastLT
2020-03-15 23:46:06 +01:00
parent 6c56d76f98
commit 70c279d7d7
11 changed files with 102 additions and 45 deletions

View File

@@ -1,10 +1,6 @@
{
"version": 2,
"builds": [
{
"src": "/addon/static/**/*",
"use": "@now/static"
},
{
"src": "/addon/**/*.js",
"use": "@now/node"