10 lines
No EOL
204 B
JavaScript
Executable file
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
|
|
}
|
|
}) |