docs(core): README atualizado com estrutura real + gitignore + env.example
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# @pulse-libs/core — ambiente de desenvolvimento
|
||||
# Copiar como .env e preencher os valores
|
||||
|
||||
# NPM Registry (para publish)
|
||||
NPM_TOKEN= # token de publish no registry.npmjs.org
|
||||
|
||||
# CI/CD
|
||||
NODE_ENV=production
|
||||
SKIP_ZOD=true # skip validador snapshot em CI se necessário
|
||||
|
||||
# GitHub Actions (auto-preenchido pelo runner)
|
||||
GITHUB_TOKEN=
|
||||
GITHUB_REPOSITORY=
|
||||
NODE_VERSION=20
|
||||
Reference in New Issue
Block a user