.
This commit is contained in:
parent
12eb807f60
commit
3398924cb2
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
import { cdn_carro_de_boi } from "~comuns";
|
import { cdn_carro_de_boi } from "p-comuns";
|
||||||
import { mapearPasta } from "../src/mapear_pasta";
|
import { mapearPasta } from "../src/mapear_pasta";
|
||||||
|
|
||||||
const pasta_estaticos = path.resolve(process.cwd(), "estaticos");
|
const pasta_estaticos = path.resolve(process.cwd(), "estaticos");
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "~estaticos",
|
"name": "p-estaticos",
|
||||||
"version": "0.33.0",
|
"version": "0.33.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"gerar": "dotenv -e .env tsx ferramentas/listar_arquivos.ts gerar",
|
"gerar": "dotenv -e .env tsx ferramentas/listar_arquivos.ts gerar",
|
||||||
"#6": "Faz a formatação do código",
|
"#6": "Faz a formatação do código",
|
||||||
"biome": "npx @biomejs/biome check --apply ./src",
|
"biome": "npx @biomejs/biome check --apply ./src",
|
||||||
"postinstall": "pnpm up ~*"
|
"postinstall": "pnpm up p-*"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
"express": "^4.19.1",
|
"express": "^4.19.1",
|
||||||
"glob": "^10.3.10",
|
"glob": "^10.3.10",
|
||||||
"kill-port-process": "^3.2.1",
|
"kill-port-process": "^3.2.1",
|
||||||
"~comuns": "git+http://leitura:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3MTQ3NTA1NzYsImlzcyI6IkdpdG5lc3MiLCJwaWQiOjgsInRrbiI6eyJ0eXAiOiJwYXQiLCJpZCI6MzJ9fQ.OYdExOVQm5UI3wfeTaWjmD0o65Y1hrjFz5EvMB1a__U@git.idz.one:3000/git/multi-modulos-ambientais/_comuns.git#producao"
|
"p-comuns": "git+http://leitura:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3MTQ3NTA1NzYsImlzcyI6IkdpdG5lc3MiLCJwaWQiOjgsInRrbiI6eyJ0eXAiOiJwYXQiLCJpZCI6MzJ9fQ.OYdExOVQm5UI3wfeTaWjmD0o65Y1hrjFz5EvMB1a__U@git.idz.one:3000/git/multi-modulos-ambientais/_comuns.git#producao"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"typescript": "^5.0.0"
|
"typescript": "^5.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue