#Exclude a File from Astro
10 messages · Page 1 of 1 (latest)
when I hover over the import { Client } from "appwrite" it specifically says module "/home/zach/GitHub/myproject/node_modules/appwrite/types/index"
but then the error in the client is right there
but it's in the root dir and appwrite-cli uses it to deploy functions and what not
does that work with cloudflare?
I had to add an alias to tsconfig
The vite config just tells it how to build
but I don't want that file at all, because the issue is that the root of my project is the base folder, so when I import from appwrite it tries to resolve appwrite.json?import for some reason
unless externalizing it will just make it not reference it entirely