fix: check seats of a batch at the time of billing

This commit is contained in:
Jannat Patel
2025-03-20 11:03:08 +05:30
parent 04cbd6a1d8
commit 7ae3cf5d95
6 changed files with 1375 additions and 14 deletions

View File

@@ -7,12 +7,11 @@ import frappeui from 'frappe-ui/vite'
export default defineConfig({
plugins: [
frappeui({
frappeProxy: true,
frappeProxy: true,
lucideIcons: true,
jinjaBootData: true,
frappeTypes: {
input: {
},
input: {},
},
buildConfig: {
indexHtmlPath: '../lms/www/lms.html',
@@ -40,7 +39,7 @@ export default defineConfig({
'showdown',
'engine.io-client',
'tailwind.config.js',
'highlight.js'
'highlight.js',
],
},
})