1
Fork 0
This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Nexus-Polestar/astro.config.mjs

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
}
})