I started integrating PromptLayer and got this error.
Error when evaluating SSR module /Users/......+server.ts:
Internal server error: Failed to resolve entry for package "promptlayer". The package may have incorrect main/module/exports specified in its package.json.
This happens when I start importing PromptLayer using this
import { promptlayer } from "promptlayer";
This happens even if the file is just importing PromptLayer. Using SvelteKit + TypeScript
I started integrating PromptLayer and got this error.
This happens when I start importing PromptLayer using this
This happens even if the file is just importing PromptLayer. Using SvelteKit + TypeScript