mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
refactor: Update devcontainer and configuration files for improved formatting and linting, corrected access to ssh keys (ref: #14)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import node from '@astrojs/node'; // Import Node adapter
|
||||
import node from '@astrojs/node';
|
||||
|
||||
import react from '@astrojs/react';
|
||||
|
||||
@@ -9,7 +9,7 @@ import react from '@astrojs/react';
|
||||
export default defineConfig({
|
||||
output: 'server',
|
||||
adapter: node({
|
||||
mode: 'standalone'
|
||||
mode: 'standalone',
|
||||
}),
|
||||
integrations: [react()],
|
||||
vite: {
|
||||
|
||||
Reference in New Issue
Block a user