Skip to content

Commit

Permalink
Draft: Drop yup and formik
Browse files Browse the repository at this point in the history
  • Loading branch information
TuvalSimha committed Dec 11, 2024
1 parent 5d69fea commit 2724aea
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 305 deletions.
5 changes: 3 additions & 2 deletions packages/web/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"build": "tsx ../../../scripts/runify.ts src/server/index.ts && vite build --outDir dist/client",
"build-storybook": "storybook build",
"dev": "node --env-file=.env --watch-path src/server --import tsx src/server/index.ts --dev",
// TODO: DELETE THIS
"dev": "node --env-file=.env --import tsx src/server/index.ts --dev",
"generate-changelog": "node ../../../scripts/generate-changelog.js",
"postinstall": "pnpm generate-changelog",
"storybook": "storybook dev -p 6006",
Expand Down Expand Up @@ -137,4 +138,4 @@
"vite"
]
}
}
}
4 changes: 4 additions & 0 deletions packages/web/app/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export const LAST_VISITED_ORG_KEY = 'lastVisitedOrganization_v2';

export const CHART_PRIMARY_COLOR = 'rgb(234, 179, 8)';

export const DEFAULT_RETENTION_DAYS = 30;

export const MINIMUM_DAYS = 7;
Loading

0 comments on commit 2724aea

Please sign in to comment.