Commit 6b256741 authored by Yechang's avatar Yechang
Browse files

chore: rm fs

parent 6771a041
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ RUN NODE_OPTIONS=--max_old_space_size=8192 bun run build

FROM base as migration
COPY --from=install /temp/dev/node_modules node_modules
COPY --from=prerelease /usr/src/app/prisma ./prisma
COPY prisma ./prisma
COPY package.json ./
CMD bun run prisma:deploy

+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
	import { contentSchema } from '$lib/shared/feedback';
	import MyAlert from '$lib/components/Alert.svelte';
	import Card from '$lib/components/user/card.svelte';
	import { stat } from 'fs';
	export let data: PageData;

	const { submission } = data;