create-forgeon 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-forgeon",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Forgeon project generator CLI",
5
5
  "license": "MIT",
6
6
  "author": "Forgeon",
@@ -1,11 +1,15 @@
1
1
  :80 {
2
2
  encode gzip zstd
3
3
 
4
- handle /api/* {
5
- reverse_proxy api:3000
6
- }
4
+ route {
5
+ handle /api/* {
6
+ reverse_proxy api:3000
7
+ }
7
8
 
8
- root * /srv
9
- try_files {path} /index.html
10
- file_server
11
- }
9
+ handle {
10
+ root * /srv
11
+ try_files {path} /index.html
12
+ file_server
13
+ }
14
+ }
15
+ }