mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
added community version
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
// frontend/vite.config.ts
|
||||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
import { resolve } from 'path';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': resolve(__dirname, './src'),
|
||||
'@premium-frontend': resolve(__dirname, '../premium/frontendPRO/src')
|
||||
}
|
||||
},
|
||||
define: {
|
||||
'process.env.ENABLE_PRO': JSON.stringify(process.env.ENABLE_PRO === 'true')
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user