Initial Vite Configuration & addition of prettierrc.
This commit is contained in:
@@ -59,7 +59,7 @@ const range = [
|
||||
}
|
||||
];
|
||||
|
||||
if (process.env.NODE_ENV === "development") {
|
||||
if (import.meta.env.DEV) {
|
||||
range.push({
|
||||
label: 'Last Year',
|
||||
value: [
|
||||
|
||||
Reference in New Issue
Block a user