Skip to content

Conversation

@JulietteHoisnard
Copy link
Collaborator

No description provided.


// Git hook content
const hookContent = `#!/bin/sh
cd webapp && npx lint-staged
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

il y a un conflit avec pre-commit, Husky écrase le hook de pre-commit
J'aimerais garder pre-commit car le github action est déjà setup (par DFG)

On peut ajouter un hook dans pre-commit pour tourner npx lint-staged (et retirer husky), il y a un petit downside qu'un dev qui commit juste du python devra aussi faire npm install, il faudra aussi rajouter une étape de setup-node dans les github actions

First, run the development server:

```bash
npm run dev
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

je pense qu'il manque aussi un setup pour process.env.NOCODB_BASE_ID? Est-ce que ça lit les info du fichier .env automatiquement?

@nicocrm
Copy link
Collaborator

nicocrm commented Jan 18, 2026

@JulietteHoisnard Il faudrait rebase sur origin/main, j'ai l'impression que la branche est partie d'une version + ancienne

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants