Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Aug 5, 2024
1 parent 3a72198 commit f96164a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/packages/utilities/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ export function pluralize(
// @fiftyone/utilities does not use the plugin, so this helper
// is defined
export const env = (): ImportMetaEnv => {
return { VITE_NO_STATE: true };
return import.meta.env;
};

Expand Down

0 comments on commit f96164a

Please sign in to comment.