mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
- removed .vscode from .gitignore to resolve #13
- updated libraries to further support #14 - feat: Add environment configuration files and update dependencies for Node adapter
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import cloudflare from '@astrojs/cloudflare';
|
||||
import node from '@astrojs/node'; // Import Node adapter
|
||||
|
||||
import react from '@astrojs/react';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: 'server',
|
||||
adapter: cloudflare(),
|
||||
adapter: node({
|
||||
mode: 'standalone'
|
||||
}),
|
||||
integrations: [react()],
|
||||
vite: {
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user