Conversation
…requests, improvements, and configuration
…es et restaurer le fichier d'index de l'API
…our l'application Express
…pts pour le déploiement
….gitignore pour le répertoire de sortie
…n de Vercel pour le répertoire de sortie
…iguration de Vercel
- Updated documentation and code to replace NODE_ENV with RUNABLE_MODE for production configurations. - Adjusted server and build scripts to utilize RUNABLE_MODE. - Enhanced production asset serving across adapters. - Added Dockerfile for building and running the application in production. - Introduced utility functions for managing Runable modes. - Implemented tests for RUNABLE_MODE functionality and production asset serving.
- Removed "@types/node" version "^24.13.3" - Added "@types/node" version "^26.4.0" - Added "vitest" version "~4.1.0"
…ration - Removed the existing Netlify function handler in index.ts. - Updated package.json to include @netlify/functions and serverless-http. - Modified vercel.json to set the framework to Express and adjusted build commands. - Added netlify copy.toml for Netlify deployment configuration. - Created a new Netlify function handler in netlify copy/functions/index.ts. - Introduced a new API handler using serverless-http in api.ts.
… jour les dépendances dans package.json
…:prepare' dans package.json
… 'prepare.ts' pour la génération de sitemap et de fichiers de configuration
…corriger le nom du script 'start' dans package.json
…plain` pour un affichage en ligne
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.