#error during build: RollupError
1 messages · Page 1 of 1 (latest)
Can you share your code?
Change this
import { account } from "../../appwrite";
To this
import { account } from "appwrite";
You'll also need initialize a client
Check this
I am exporting that from a file called appwrite.d.ts
from root folder
Probably because it can't be the same name
Change it to appwriteConfig.ts and the import and re test
okay
Changed it but same as above