79361600

Date: 2025-01-16 12:40:33
Score: 1.5
Natty:
Report link

Yeah you can just add to your vite.config.ts file

export default defineConfig({
  //
  resolve: {
    alias: {
      '@': '/src',
    },
  },
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SergeySukhorukov