diff --git a/package.json b/package.json index 62a1c9e..5b6c268 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ }, "scripts": { "dev": "yarn dev:build && nodemon ./public/server", + "ser": "yarn dev:build && node ./public/server", "dev:build": "cross-env NODE_ENV=development webpack --config ./webpack/server.config.ts", "local-start": "cross-env LOCAL=true yarn build && node ./public/server", "start": "node ./public/server", diff --git a/src/components/Asks/index.tsx b/src/components/Asks/index.tsx index 8f1aa8d..1b70cb8 100644 --- a/src/components/Asks/index.tsx +++ b/src/components/Asks/index.tsx @@ -6,7 +6,7 @@ import { AskWelcome } from "./AskWelcome" import { AskBrunch, fetchFor as fetchForBrunch } from "./AskBrunch" import { AskRetex, fetchFor as fetchForRetex } from "./AskRetex" import { AskDiscord, fetchFor as fetchForDiscord } from "./AskDiscord" -// import { AskDayWishes, fetchFor as fetchForDayWishes } from "./AskDayWishes" +import { AskDayWishes, fetchFor as fetchForDayWishes } from "./AskDayWishes" // import { AskHosting, fetchFor as fetchForHosting } from "./AskHosting" // import { AskMeals, fetchFor as fetchForMeals } from "./AskMeals" // import { AskPersonalInfo, fetchFor as fetchForPersonalInfo } from "./AskPersonalInfo" @@ -26,7 +26,7 @@ const Asks = (): JSX.Element | null => { AskRetex(asks, 3) AskDiscord(asks, 5) - // AskDayWishes(asks, 10) + AskDayWishes(asks, 10) // AskTeamWishes(asks, 11) // AskParticipationDetails(asks, 12) // AskPersonalInfo(asks, 15) @@ -69,7 +69,7 @@ export const fetchFor = [ ...fetchForBrunch, ...fetchForRetex, ...fetchForDiscord, - // ...fetchForDayWishes, + ...fetchForDayWishes, // ...fetchForHosting, // ...fetchForMeals, // ...fetchForTeamWishes, diff --git a/src/components/Knowledge/KnowledgeBoxList.tsx b/src/components/Knowledge/KnowledgeBoxList.tsx index 5035ce6..da2d02a 100644 --- a/src/components/Knowledge/KnowledgeBoxList.tsx +++ b/src/components/Knowledge/KnowledgeBoxList.tsx @@ -37,7 +37,7 @@ const KnowledgeBoxList: React.FC = (): JSX.Element | null => { onChange={onShowUnknownOnly} checked={showUnknownOnly} />{" "} - Uniquement les non-renseignés + Afficher uniquement les non-renseignés