Having trouble getting basic script import to work.
import { appWindow } from "@tauri-apps/api/window";
I'm really trying to use
import { listen } from './@tauri-apps/api/event';
do I need an importmap or something? I just see Uncaught TypeError: Failed to resolve module specifier "@tauri-apps/api/window". Relative references when I try