From 69aeb7889ac136a8e4fbe7de1330298e30345479 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:59:12 +0400 Subject: feat/frontend: switch to vite, update node to v22 (#281) --- frontend/craco.config.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 frontend/craco.config.js (limited to 'frontend/craco.config.js') diff --git a/frontend/craco.config.js b/frontend/craco.config.js deleted file mode 100644 index 79037fa..0000000 --- a/frontend/craco.config.js +++ /dev/null @@ -1,14 +0,0 @@ -const CracoAlias = require('craco-alias'); - -module.exports = { - plugins: [ - { - plugin: CracoAlias, - options: { - source: 'tsconfig', - baseUrl: './src', - tsConfigPath: './tsconfig.paths.json', - }, - }, - ], -}; \ No newline at end of file -- cgit v1.2.3