mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
try to work with capacitor
This commit is contained in:
@@ -2,12 +2,10 @@
|
||||
import { defineConfig, envField } from "astro/config";
|
||||
import node from "@astrojs/node";
|
||||
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
adapter: node({
|
||||
mode: 'standalone',
|
||||
}),
|
||||
output: "server",
|
||||
output: "static",
|
||||
server: {
|
||||
"host": "0.0.0.0",
|
||||
"port": 3000,
|
||||
|
||||
Reference in New Issue
Block a user