isolamento de pacote
This commit is contained in:
commit
f34b66cbe4
96 changed files with 2285 additions and 0 deletions
10
dist-import/produtos/_e-licencie-gov.js
Normal file
10
dist-import/produtos/_e-licencie-gov.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { produto_betha_meio_ambiente } from "./_betha-meio-ambiente";
|
||||
import { ProdutoQuipo } from "./tipagem";
|
||||
export const produto_e_licencie_gov = new ProdutoQuipo({
|
||||
...produto_betha_meio_ambiente,
|
||||
titulo: "e-Licencie Gov",
|
||||
chave_produto: "e-licencie-gov",
|
||||
url_produto: ({ inquilino, base_url, vinculo }) => `${base_url}/${inquilino}${vinculo == "anonimo"
|
||||
? ""
|
||||
: `/${vinculo}#/admin`}`,
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue