Fixed some build issues for now. Added info to the readme

This commit is contained in:
Jaret Burkett
2025-02-23 15:59:17 -07:00
parent 3c7daf49f3
commit 1d0e3a4498
8 changed files with 53 additions and 192 deletions

View File

@@ -1,4 +1,4 @@
// src/app/api/img/[imagePath]/route.ts
/* eslint-disable */
import { NextRequest, NextResponse } from 'next/server';
import fs from 'fs';
import path from 'path';

View File

@@ -1,3 +1,4 @@
/* eslint-disable */
import { NextRequest, NextResponse } from 'next/server';
import fs from 'fs';
import path from 'path';

View File

@@ -1,4 +1,4 @@
// src/app/api/img/[imagePath]/route.ts
/* eslint-disable */
import { NextRequest, NextResponse } from 'next/server';
import fs from 'fs';
import path from 'path';