Added house function: add, update, view (admin function)
update npm package
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { authMiddleware } from '@/lib/middleware';
|
||||
import { saveFile } from '@/utils/disk-storage';
|
||||
import { authMiddleware } from '@lib/middleware';
|
||||
import { createServerFn } from '@tanstack/react-start';
|
||||
import { saveFile } from '@utils/disk-storage';
|
||||
import z from 'zod';
|
||||
|
||||
export const uploadProfileImage = createServerFn({ method: 'POST' })
|
||||
|
||||
Reference in New Issue
Block a user