webdevcoach
webdevcoach
* OCTIS version: * Python version: Python 3.10.6 * Operating System: Ubuntu 22.04 WLS Windows 10 ### Description intall OCtis ### What I Did pip install octis ### error Running...
terminal style view for debug mode output, info during parsing and info about not founded paths
Repos which use this kind of alias in vite config below ``` export default defineConfig(({ mode }) => { const env = loadEnv(mode, process.cwd(), ''); console.debug('print current base path', env.BASE_PATH);...