openpencil/src
Danila Poyarkov 70c88dd72b Replace relative imports with @/ alias
Add @/ → src/ alias in vite.config.ts and tsconfig.json.
Rewrite all ../ imports across 32 files to use @/ paths.
Same-directory ./ imports kept as-is.
2026-02-28 23:08:45 +03:00
..
components Replace relative imports with @/ alias 2026-02-28 23:08:45 +03:00
composables Replace relative imports with @/ alias 2026-02-28 23:08:45 +03:00
engine Replace relative imports with @/ alias 2026-02-28 23:08:45 +03:00
kiwi Replace relative imports with @/ alias 2026-02-28 23:08:45 +03:00
stores Replace relative imports with @/ alias 2026-02-28 23:08:45 +03:00
app.css Format codebase with oxfmt 2026-02-28 22:41:34 +03:00
App.vue Fix all lint, typecheck, and formatting issues 2026-02-28 22:57:33 +03:00
constants.ts Format codebase with oxfmt 2026-02-28 22:41:34 +03:00
demo.ts Fix all lint, typecheck, and formatting issues 2026-02-28 22:57:33 +03:00
env.d.ts Replace emoji icons with Lucide via Iconify (unplugin-icons) 2026-02-28 08:24:42 +03:00
global.d.ts Consolidate shared types and remove inline duplicates 2026-02-28 23:06:47 +03:00
main.ts Migrate to Tailwind CSS 4.2 2026-02-28 00:54:38 +03:00
types.ts Consolidate shared types and remove inline duplicates 2026-02-28 23:06:47 +03:00