-
Notifications
You must be signed in to change notification settings - Fork 0
init repo with internationalisation, frontend tools and libraries. #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
… cache tables metadata
|
|
||
| // Git hook content | ||
| const hookContent = `#!/bin/sh | ||
| cd webapp && npx lint-staged |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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?
|
@JulietteHoisnard Il faudrait rebase sur origin/main, j'ai l'impression que la branche est partie d'une version + ancienne |
No description provided.