diff --git a/.env b/.env deleted file mode 100644 index 9d6c8be..0000000 --- a/.env +++ /dev/null @@ -1,2 +0,0 @@ -PORTA = '5020' -PREFIXO = '/estaticos' \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..aa1ec1e --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +*.tgz diff --git a/package.json b/package.json index acb5c50..dd552cf 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "biome": "pnpm exec biome check --write", "check": "pnpm run biome && npx tsc --noEmit", "build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./tsup/tsup.config.ts", - "teste": "npx vitest run src/testes/TipagemRotas.test.ts" + "teste": "npx vitest run src/testes/TipagemRotas.test.ts", + "pacote": "npm pack && npm pack && mv $(npm pack --silent) pacote.tgz" }, "author": { "name": "AZTECA SOFTWARE LTDA", diff --git a/pacote.tgz b/pacote.tgz new file mode 100644 index 0000000..6bcdddf Binary files /dev/null and b/pacote.tgz differ