Failing to create import alias for tauri project
Hello everyone. I created a tauri project recently with deno and one of the things I'm trying to setup are aliases so I don't have to use relative imports within my vue files.
As per docs, I created a deno.json file in the project's root:
Where my project looks like:
My default layout looks like so:
The error is:
Not entirely sure what am I missing here. Ideas?
0 Replies