Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
09def56
fix: resolve TypeScript warnings and add clean dev mode
Sep 19, 2025
da748b5
feat: redesign frontend with Tailwind CSS 4 and optimize plugin archi…
Sep 19, 2025
d6acab1
feat: add Tailwind CSS 4 dependencies and Vite plugin configuration
Sep 19, 2025
108b89b
chore: update lockfile with Tailwind CSS 4 dependencies
Sep 19, 2025
804512b
fix: implement proxy reverso for Vite development
Sep 19, 2025
b4a394b
refactor: implement elegant plugin hooks system
Sep 19, 2025
ec91e55
fix: resolve TypeScript compilation errors
Sep 19, 2025
2c5003e
feat: implement extensible CLI plugin system and fix all failing tests
Sep 20, 2025
60b1978
Merge pull request #3 from MarcosBrendonDePaula/feature/tailwind-inte…
MarcosBrendonDePaula Sep 20, 2025
fefbbac
fix: improve timing test reliability for CI environments
Sep 20, 2025
7ef595d
fix: eliminate orphan processes by using Vite programmatic API
Sep 20, 2025
c5f84bb
fix: resolve backend build issues and improve logging system
Sep 21, 2025
6d06430
fix: resolve failing tests due to esbuild environment issues
Sep 21, 2025
c2b9c9e
feat: add comprehensive environment variable testing system and front…
Sep 22, 2025
7317864
fix: resolve static file routing when running from dist directory
Sep 22, 2025
06963e9
feat: add automatic Docker generation and fix static file routing
Sep 22, 2025
0617c1f
feat: implement dynamic environment variables system to solve Bun bui…
Sep 23, 2025
0fc1cdd
fix: remove Vite dependencies from production bundle to solve compati…
Sep 23, 2025
5789f70
fix: improve Eden API base URL detection for production deployment
Sep 23, 2025
e89ad5a
feat: refactor Eden Treaty to native implementation and reorganize AI…
Sep 23, 2025
c95f95c
feat: redesign README with impactful marketing and clear value propos…
Sep 23, 2025
9bb4f62
fix: corrigir exemplos do README removendo referências ao apiCall
Sep 23, 2025
f0afdae
feat: reorganizar seções de exemplos no README em layout grid
Sep 23, 2025
2c8bbb2
Delete .github/README.md
MarcosBrendonDePaula Sep 23, 2025
cc235ed
fix: corrigir URLs e portas no README para refletir arquitetura integ…
Sep 23, 2025
e9dec9d
fix: corrigir vite.config.ts para resolver erro de __dirname undefined
Sep 23, 2025
f53c8c1
fix: corrigir comando dev:backend e adicionar rota informativa na raiz
Sep 23, 2025
97d5e85
docs: adicionar tabela de modos de desenvolvimento no README
Sep 23, 2025
4198f03
fix: corrigir vitest.config.ts para resolver erro de __dirname undefined
Sep 23, 2025
fc8a028
fix: corrigir suite de testes para 95.5% de sucesso (360/377 testes)
Sep 23, 2025
051e9bb
fix: melhorar configuração de testes e corrigir múltiplos problemas
Sep 23, 2025
3ba5824
frontend fix build
Sep 24, 2025
dbc0ee2
feat: add create-fluxstack CLI scaffolding
Sep 25, 2025
8f7a73b
feat: complete create-fluxstack CLI with production-ready features
Sep 25, 2025
d57406c
Merge pull request #4 from MarcosBrendonDePaula/libmode
MarcosBrendonDePaula Sep 25, 2025
f30ef11
feat: optimize environment variables system and publish v1.0.13
Sep 25, 2025
9a5e6cd
fix: improve test suite stability and reduce failing tests
Sep 25, 2025
fdfc04d
fix: clean up tests for removed features and achieve 97.5% test success
Sep 26, 2025
bb3ffb1
fix: resolve Docker build failure with missing .env file
Sep 26, 2025
4a5fd00
fix: resolve Docker build directory creation and improve test mocks
Sep 26, 2025
00f38cd
fix: resolve Docker build failure by copying package.json to dist
Sep 26, 2025
5fa1df3
fix: resolve test suite failures by fixing mock definitions
Sep 26, 2025
c547ac2
fix: adjust integration tests for CI environment consistency
Sep 26, 2025
76a3ff2
fix: resolve CI test failures with vitest configuration improvements
Sep 26, 2025
cf8c220
Merge pull request #5 from MarcosBrendonDePaula/libmode
MarcosBrendonDePaula Sep 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 38 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,44 @@
"Bash(tsc --noEmit)",
"WebSearch",
"WebFetch(domain:elysiajs.com)",
"Bash(tree:*)"
"Bash(tree:*)",
"Bash(git checkout:*)",
"Bash(npx tailwindcss init:*)",
"Bash(pkill:*)",
"Bash(taskkill:*)",
"Bash(npx eslint:*)",
"Bash(export NODE_ENV=production)",
"WebFetch(domain:vite.dev)",
"Bash(git restore:*)",
"Bash(NODE_ENV=production bun run app/server/index.ts)",
"Bash(NODE_ENV=production bun dist/index.js)",
"Bash(NODE_ENV=production bun run build)",
"Bash(chmod:*)",
"Bash(./flux-cli.ts:*)",
"Bash(./create-fluxstack.ts divine-app)",
"Bash(./create-fluxstack.ts divine-app-fixed)",
"Bash(NODE_ENV=development bun run dev)",
"Bash(./create-fluxstack.ts meu-app-teste)",
"Bash(npm whoami:*)",
"Bash(npm publish:*)",
"Read(/C:\\Users\\Marcos\\Documents\\GitHub\\aviso-projeto/**)",
"Bash(cat:*)",
"Bash(./create-fluxstack.ts teste-corrigido)",
"Bash(./create-fluxstack.ts teste-v103)",
"Bash(./create-fluxstack.ts my-final-test)",
"Read(/C:\\Users\\Marcos\\Documents\\GitHub\\aviso-projeto\\test-npm-global/**)",
"Read(/C:\\Users\\Marcos\\Documents\\GitHub\\aviso-projeto\\test-npm-global/**)",
"Read(/C:\\Users\\Marcos\\Documents\\GitHub\\aviso-projeto\\test-npm-global/**)",
"Read(/C:\\Users\\Marcos\\Documents\\GitHub\\aviso-projeto\\test-cli-update\\ai-context/**)",
"Read(/C:\\Users\\Marcos\\Documents\\GitHub\\aviso-projeto\\test-cli-update/**)",
"Read(/C:\\Users\\Marcos\\Documents\\GitHub\\aviso-projeto\\test-cli-update/**)",
"Read(/C:\\Users\\Marcos\\Documents\\GitHub\\aviso-projeto\\test-gitignore/**)",
"Read(/C:\\Users\\Marcos\\Documents\\GitHub\\aviso-projeto\\test-plugins-guide/**)",
"Read(/C:\\Users\\Marcos\\Documents\\GitHub\\aviso-projeto\\test-plugins-guide\\ai-context\\development/**)",
"Read(/C:\\Users\\Marcos\\Documents\\GitHub\\aviso-projeto\\test-env-fix/**)",
"Read(/C:\\Users\\Marcos\\Documents\\GitHub\\aviso-projeto\\final-test/**)",
"Bash(npm pkg:*)",
"Bash(git push:*)"
],
"deny": []
}
Expand Down
29 changes: 3 additions & 26 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,13 @@ HOST=localhost
# Frontend Configuration
FRONTEND_PORT=5173
VITE_API_URL=http://localhost:3000
VITE_APP_NAME=FluxStack
VITE_APP_VERSION=1.0.0
VITE_NODE_ENV=development

# Backend Configuration
BACKEND_PORT=3001

# Database (example - configure based on your needs)
# DATABASE_URL=postgresql://user:password@localhost:5432/fluxstack
# DATABASE_HOST=localhost
# DATABASE_PORT=5432
# DATABASE_NAME=fluxstack
# DATABASE_USER=user
# DATABASE_PASSWORD=password

# Authentication (example)
# JWT_SECRET=your-super-secret-jwt-key
# JWT_EXPIRES_IN=24h

# External APIs (example)
# STRIPE_SECRET_KEY=sk_test_...
# STRIPE_PUBLISHABLE_KEY=pk_test_...

# Email Service (example)
# SMTP_HOST=smtp.gmail.com
# SMTP_PORT=587
# SMTP_USER=your-email@gmail.com
# SMTP_PASS=your-app-password

# File Upload (example)
# UPLOAD_PATH=uploads
# MAX_FILE_SIZE=10485760

# CORS Configuration
CORS_ORIGINS=http://localhost:3000,http://localhost:5173
CORS_METHODS=GET,POST,PUT,DELETE,OPTIONS
Expand Down
Loading
Loading