refactor: simplify setup of asset paths

This commit is contained in:
Carlos Valente
2024-10-13 13:53:55 +02:00
committed by Carlos Valente
parent e46948772e
commit 5950551da2
17 changed files with 177 additions and 144 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { isProduction } from '../setup/index.js';
import { isProduction } from '../externals.js';
import { consoleError } from '../utils/console.js';
/**