Poprawki do workflow,
This commit is contained in:
@@ -3,11 +3,14 @@ import tailwind from '@astrojs/tailwind';
|
||||
import node from '@astrojs/node';
|
||||
|
||||
export default defineConfig({
|
||||
srcDir: 'src',
|
||||
output: 'server',
|
||||
adapter: node({
|
||||
mode: "standalone"
|
||||
}),
|
||||
server: {
|
||||
host: true,
|
||||
port: 4321,
|
||||
},
|
||||
integrations: [
|
||||
tailwind({
|
||||
applyBaseStyles: true
|
||||
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "4000:3000"
|
||||
- "4000:4321"
|
||||
networks:
|
||||
- n8n_default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user