From c5e14546482598b799ddcee025d705e59dc2470b Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 7 Aug 2025 23:49:32 -0500 Subject: Switched to Vite as build tool --- 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