update build ok,
This commit is contained in:
@@ -38,8 +38,9 @@ import { logger } from '@/lib/default-logger';
|
||||
import { toast } from '@/components/core/toaster';
|
||||
import { defaultLessonType, LessonTypeCreateForm, LessonTypeCreateFormDefault } from './interfaces';
|
||||
import type { LessonType } from './ILessonType';
|
||||
import { pb } from '@/lib/pb';
|
||||
|
||||
const pb = new PocketBase(process.env.NEXT_PUBLIC_POCKETBASE_URL);
|
||||
// const pb = new PocketBase(process.env.NEXT_PUBLIC_POCKETBASE_URL);
|
||||
|
||||
// import { createLessonType } from './http-actions';
|
||||
// import { LessonTypeCreateForm, LessonTypeCreateFormDefault } from './interfaces';
|
||||
|
@@ -32,6 +32,7 @@ import { z as zod } from 'zod';
|
||||
|
||||
import { paths } from '@/paths';
|
||||
import { logger } from '@/lib/default-logger';
|
||||
import { pb } from '@/lib/pb';
|
||||
// import { Option } from '@/components/core/option';
|
||||
import { toast } from '@/components/core/toaster';
|
||||
|
||||
@@ -40,7 +41,7 @@ import { toast } from '@/components/core/toaster';
|
||||
import type { LessonType } from './ILessonType';
|
||||
import { defaultLessonType, type LessonTypeEditFormProps } from './interfaces';
|
||||
|
||||
const pb = new PocketBase(process.env.NEXT_PUBLIC_POCKETBASE_URL);
|
||||
// const pb = new PocketBase(process.env.NEXT_PUBLIC_POCKETBASE_URL);
|
||||
|
||||
// function fileToBase64(file: Blob): Promise<string> {
|
||||
// return new Promise((resolve, reject) => {
|
||||
|
Reference in New Issue
Block a user