Clean up Redundant Imports #22
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:25-trixie AS base
|
||||
FROM public.ecr.aws/docker/library/node:25-trixie AS base
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
# RUN corepack enable
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getSession as getSession } from '$lib/server/session';
|
||||
import { getSession } from '$lib/server/session';
|
||||
import type { LayoutServerLoad } from './$types';
|
||||
|
||||
export const load: LayoutServerLoad = async (event) => {
|
||||
|
||||
Reference in New Issue
Block a user