chore(frontend): Finish services

This commit is contained in:
2025-03-31 08:32:17 +00:00
parent b646bde79a
commit d50847ce5b
13 changed files with 207 additions and 189 deletions

View File

@@ -0,0 +1,6 @@
import { EnvironmentPlugin } from 'webpack';
const Dotenv = require('dotenv-webpack');
module.exports = {
plugins: [new Dotenv()],
};