Initial commit
This commit is contained in:
commit
bcf92c21e6
16 changed files with 6384 additions and 0 deletions
9
frontend/astro.config.mjs
Normal file
9
frontend/astro.config.mjs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import react from '@astrojs/react';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [react()]
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue