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
2025-03-22 22:04:43 -04:00

10 lines
No EOL
204 B
JavaScript
Executable file

import { defineConfig } from 'astro/config'
export default defineConfig({
srcDir: './astro',
outDir: './app',
compressHTML: true,
server: {
host: false,
port: 1567
}
})