1. Remove duplicate/broken code in product tables section 2. Fix PostCSS config for Tailwind 4 3. Add @tailwindcss/postcss dependency 4. Remove --production flag from Dockerfile (sharp required) All fixes enable successful Docker build with favicon working.
13 lines
568 B
TypeScript
13 lines
568 B
TypeScript
export * as z from 'zod';
|
|
export { defineLiveCollection } from '../content/config.js';
|
|
export declare const getCollection: () => never;
|
|
export declare const render: () => never;
|
|
export declare const getEntry: () => never;
|
|
export declare const getEntryBySlug: () => never;
|
|
export declare const getDataEntryById: () => never;
|
|
export declare const getEntries: () => never;
|
|
export declare const reference: () => never;
|
|
export declare const getLiveCollection: () => never;
|
|
export declare const getLiveEntry: () => never;
|
|
export declare const defineCollection: () => never;
|