This repository has been archived on 2025-04-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
FalixNodes-Desktop-NP/astro.config.mjs

10 lines
204 B
JavaScript
Raw Permalink Normal View History

2025-03-22 22:04:43 -04:00
import { defineConfig } from 'astro/config'
export default defineConfig({
srcDir: './astro',
outDir: './app',
compressHTML: true,
server: {
host: false,
port: 1567
}
})