diff --git a/apps/edr-freight-web/backoffice/vite.config.ts b/apps/edr-freight-web/backoffice/vite.config.ts index 75dbb3a93..d1e6b8a86 100644 --- a/apps/edr-freight-web/backoffice/vite.config.ts +++ b/apps/edr-freight-web/backoffice/vite.config.ts @@ -6,5 +6,5 @@ export default defineConfig({ server: { port: 5183, host: "0.0.0.0", - } + }, }); diff --git a/apps/edr-freight-web/portal/index.css b/apps/edr-freight-web/portal/index.css new file mode 100644 index 000000000..a461c505f --- /dev/null +++ b/apps/edr-freight-web/portal/index.css @@ -0,0 +1 @@ +@import "tailwindcss"; \ No newline at end of file diff --git a/apps/edr-freight-web/portal/index.html b/apps/edr-freight-web/portal/index.html index afc30bece..09f11f8dc 100644 --- a/apps/edr-freight-web/portal/index.html +++ b/apps/edr-freight-web/portal/index.html @@ -8,5 +8,6 @@
+