fix: nextjs is slow dev server (#364)

* fix: nextjs slow compile time

* fix: change optimized package imports and transpile packages

* fix: format issue
This commit is contained in:
Meier Lukas
2024-04-25 22:06:15 +02:00
committed by GitHub
parent 04a313186f
commit b78d32b81c
112 changed files with 345 additions and 394 deletions

View File

@@ -1,16 +1,12 @@
import type { RouterOutputs } from "@homarr/api";
import { clientApi } from "@homarr/api/client";
import { Card, Flex, Group, Stack, Text, Title } from "@mantine/core";
import {
Card,
Flex,
Group,
IconArrowDownRight,
IconArrowUpRight,
IconMapPin,
Stack,
Text,
Title,
} from "@homarr/ui";
} from "@tabler/icons-react";
import type { RouterOutputs } from "@homarr/api";
import { clientApi } from "@homarr/api/client";
import type { WidgetComponentProps } from "../definition";
import { WeatherIcon } from "./icon";