diff options
Diffstat (limited to 'import_map.json')
-rw-r--r-- | import_map.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/import_map.json b/import_map.json new file mode 100644 index 0000000..5a5ed87 --- /dev/null +++ b/import_map.json @@ -0,0 +1,9 @@ +{ + "imports": { + "$": "./src", + "$/": "./src/", + "$lib": "./src/lib", + "$lib/": "./src/lib/", + "@tailwindcss/vite": "npm:@tailwindcss/vite" + } +}
\ No newline at end of file |