build
This commit is contained in:
parent
0bd043990d
commit
00f0892796
7 changed files with 357 additions and 350 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import fs from "node:fs"
|
||||
import path from "node:path"
|
||||
import { globSync } from "glob"
|
||||
import { cdn_carro_de_boi } from "p-comuns"
|
||||
import { link_paiol } from "p-comuns"
|
||||
import { mapearPasta } from "../src/mapear_pasta"
|
||||
|
||||
const pasta_estaticos = path.resolve(process.cwd(), "estaticos")
|
||||
|
|
@ -16,7 +16,7 @@ export const gerar = (async () => {
|
|||
prefixos: {
|
||||
relativo: "/estaticos",
|
||||
"link-local": "http://localhost:5020/estaticos",
|
||||
"link-servidor": `${cdn_carro_de_boi}/estaticos`,
|
||||
"link-servidor": `${link_paiol}/estaticos`,
|
||||
node_modules: "node_modules/p-estaticos/estaticos",
|
||||
},
|
||||
arquivoDestino: path.resolve(pasta_src, "estaticos.ts"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue