fix(Environment): move API_IMPLEMENTATION to vite.config.mjs
This commit is contained in:
@@ -14,7 +14,6 @@ import ApiImplementation from './services/api-implementation';
|
||||
// Composables
|
||||
import { createApp } from 'vue'
|
||||
|
||||
process.env.API_IMPLEMENTATION = 'django';
|
||||
let apiImplementation = new ApiImplementation();
|
||||
const api = apiImplementation.getApi();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user