import { defineConfig } from "../../../src"; export default defineConfig(() => { return { build: { assets: ["assets"], }, }; });