Commit f80949c
committed
feat: Refactor styles and add dotenv and dev mode support
- Updated app.scss and index.scss to use modern Sass @use syntax for global styles.
- Introduced _globals.scss for shared style variables and mixins.
- Added godotenv package to load environment variables from a .env file.
- Implemented isDevelopmentMode function to toggle cookie settings based on the environment.
- Adjusted CORS settings and cookie configurations for development and production modes.1 parent a7b76d9 commit f80949c
File tree
9 files changed
+1681
-1322
lines changed- frontend
- src/styles
9 files changed
+1681
-1322
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
0 commit comments