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