switch to pnpm and add import aliasing

This commit is contained in:
mrjvs
2023-09-14 20:19:07 +02:00
parent 2583a5126f
commit bd45c86ef5
9 changed files with 4125 additions and 6652 deletions

View File

@@ -1,4 +1,4 @@
import { getProxyHeaders, getAfterResponseHeaders } from '../utils/headers';
import { getProxyHeaders, getAfterResponseHeaders } from '@/utils/headers';
export default defineEventHandler(async (event) => {
// handle cors, if applicable