open-notebook/frontend
LUIS NOVO 50157c3c79 fix: use standalone server for Next.js in Docker
Replace 'next start' with 'node server.js' to properly utilize
Next.js standalone output mode in Docker deployments.

Changes:
- Update supervisord.conf to run standalone server
- Update supervisord.single.conf to run standalone server
- Update package.json start script for consistency

This eliminates the startup warning and follows Next.js best
practices for optimized Docker deployments.
2026-01-14 22:03:15 -03:00
..
public Version 1 (#160) 2025-10-18 12:46:22 -03:00
src docs: update CLAUDE.md files for Next.js 16 upgrade 2026-01-14 13:02:33 -03:00
.gitignore chore: export docs for custom gpt 2025-10-18 20:26:11 -03:00
components.json Version 1 (#160) 2025-10-18 12:46:22 -03:00
eslint.config.mjs Version 1 (#160) 2025-10-18 12:46:22 -03:00
next.config.ts fix: add type assertion for experimental proxyClientMaxBodySize config 2026-01-09 20:44:43 -03:00
package-lock.json feat: upgrade Next.js 15 → 16 to fix large file uploads 2026-01-14 10:33:19 -03:00
package.json fix: use standalone server for Next.js in Docker 2026-01-14 22:03:15 -03:00
postcss.config.mjs Version 1 (#160) 2025-10-18 12:46:22 -03:00
tailwind.config.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
tsconfig.json feat: upgrade Next.js 15 → 16 to fix large file uploads 2026-01-14 10:33:19 -03:00