Add astro port to astro.config

This commit is contained in:
tobias 2024-05-19 08:24:00 +02:00
parent da435c8fc1
commit 7ba1f78721

View File

@ -9,6 +9,9 @@ export default defineConfig({
build: {
inlineStylesheets: "auto",
},
server: {
port: 3000
},
integrations: [
tailwind({
config: {