mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
dfd146f591
* Revert "[ci] format"
This reverts commit 1863727215
.
* pin dependency
* update lock
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
import { menu } from './shared';
|
|
import { defineDb } from 'astro:db';
|
|
|
|
export default defineDb({
|
|
tables: {
|
|
menu,
|
|
},
|
|
});
|