Skip to content

Commit

Permalink
Move all config into config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jan 28, 2025
1 parent 0dd5363 commit 6c46081
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .ddev/config.sveltekit.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
type: generic
webserver_type: generic

web_extra_exposed_ports:
- name: svelte
container_port: 3000
http_port: 80
https_port: 443

web_extra_daemons:
- name: "sveltekit-demo"
command: "node build"
directory: /var/www/html

0 comments on commit 6c46081

Please sign in to comment.