This commit is contained in:
nelle 2023-08-13 16:51:54 -06:00
commit 5a73c37bbd
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,6 @@
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({});
export default defineConfig({
server: { port: 8001 }
});

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{
"name": "astro",
"name": "staging-limepot-xyz",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,