Skip to content

Commit

Permalink
Fix issue with moment in the dashboard project
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Gonzalez committed Aug 29, 2024
1 parent 40cfe25 commit e2f377b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/dashboard/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
"node_modules/prismjs/components/prism-kotlin.js",
"node_modules/prismjs/components/prism-c.js",
"node_modules/prismjs/components/prism-bash.js",
"node_modules/prismjs/components/prism-json.js"
"node_modules/prismjs/components/prism-json.js",
"node_modules/moment/min/moment.min.js",
"node_modules/moment/locale/es.js"
]
},
"configurations": {
Expand Down

0 comments on commit e2f377b

Please sign in to comment.