Skip to content

Instantly share code, notes, and snippets.

@felixranesberger
Created December 8, 2023 15:10
Show Gist options
  • Save felixranesberger/7aa194529ec604229858b301d4f95477 to your computer and use it in GitHub Desktop.
Save felixranesberger/7aa194529ec604229858b301d4f95477 to your computer and use it in GitHub Desktop.
import * as process from 'node:process'
import { defineConfiguration } from '@in2code-team/frontend-toolchain'
defineConfiguration({
mode: process.env.VITE_MODE || 'development',
entry: 'src/main.js',
entryDir: 'src',
eslint: 'eslint.config.js',
outputDir: {
styleguide: 'HTML-Prototype',
in2template: '../../app/packages/in2template/Resources/Public',
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment