import { withSerwist } from '@serwist/turbopack'; import { format } from 'date-fns'; export default withSerwist({ env: { APP_VERSION: `Ver. ${format(new Date(), 'yy.MM.dd-HHmm')}`, }, output: 'standalone', });