imported in the field settings and actions stuff for drawing fields and the field drawer

This commit is contained in:
csawatzky 2025-03-27 15:48:00 -06:00
parent 6755764c75
commit a8e7ae1041
5 changed files with 487 additions and 13 deletions

View file

@ -18,7 +18,7 @@ import { makeStyles } from "@mui/styles";
const openWeather = new OpenWeatherMap({
//apiKey: process.env.REACT_APP_OPEN_WEATHERMAP ? process.env.REACT_APP_OPEN_WEATHERMAP : ""
apiKey: import.meta.env.REACT_APP_OPEN_WEATHERMAP ? import.meta.env.REACT_APP_OPEN_WEATHERMAP : ""
apiKey: import.meta.env.VITE_OPEN_WEATHERMAP ? import.meta.env.VITE_OPEN_WEATHERMAP : ""
});
interface Props {