0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/packages/db/test/fixtures/integrations/integration/config.ts
Emanuele Stoppa dfd146f591
Revert "[ci] format" (#10417)
* Revert "[ci] format"

This reverts commit 1863727215.

* pin dependency

* update lock
2024-03-13 09:55:24 +00:00

8 lines
124 B
TypeScript

import { menu } from './shared';
import { defineDb } from 'astro:db';
export default defineDb({
tables: {
menu,
},
});