AP
Explore posts from serversPD🧩 Plasmo Developers
•Created by AP on 2/10/2024 in #👾extension
Help with showing script ui. (content.tsx) when clicking on chrome extension
Hi! I'm trying to show the script ui (modal content using a content script ui) when clicking on the chrome extension icon instead of showing a popup.
I have this in content.tsx:
my background.ts:
What I'm confused on:
- do we still have to compile the tsx/ts files to js using tsc? if so, would those compiled files be in the .plasmo or build directory?
- do we need to make any changes in package.json or tsconfig.json as well?
thanks ahead!
4 replies
DTDrizzle Team
•Created by AP on 1/6/2024 in #help
Error: read supabase/migrations/meta: is a directory
Was following a tutorial on using supabase and drizzle locally, and kept running into this problem. I didn't want to move the meta directory for the sake of the tutorial.
here is the tutorial I followed:
https://orm.drizzle.team/kit-docs/quick
https://www.youtube.com/watch?v=_OqMRtg4Gy8&t=469s
https://github.com/thorwebdev/edgy-drizzle
The command I ran:
supabase start
not sure why im getting this. In the video, it seemed like it worked even with the meta folder in the migrations directory. tried again in a new repo and followed this tutorial, yet still didn't work. I suspect we do need the meta directory...2 replies