Skip to content

Commit

Permalink
fix: include handlers in static hosting construct
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Van Der Ploeg committed Dec 5, 2024
1 parent 9cb21c2 commit 2bf6976
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 73 deletions.
58 changes: 0 additions & 58 deletions packages/static-hosting/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions packages/static-hosting/.npmignore

This file was deleted.

1 change: 0 additions & 1 deletion packages/static-hosting/.npmrc

This file was deleted.

1 change: 0 additions & 1 deletion packages/static-hosting/.nvmrc

This file was deleted.

12 changes: 10 additions & 2 deletions packages/static-hosting/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
"options": {
"main": "packages/static-hosting/index.ts",
"outputPath": "dist/static-hosting",
"tsConfig": "packages/static-hosting/tsconfig.app.json"
}
"tsConfig": "packages/static-hosting/tsconfig.app.json",
"assets": ["packages/static-hosting/lib/handlers/**"]
},
"dependsOn": ["merge-gitignore"]
},
"lint": {
"executor": "@nx/eslint:lint",
Expand All @@ -27,6 +29,12 @@
"publish": {
"command": "node tools/scripts/publish.mjs static-hosting {args.ver} {args.tag}",
"dependsOn": ["build"]
},
"merge-gitignore": {
"executor": "nx:run-commands",
"options": {
"command": "node tools/scripts/merge-gitignore.mjs static-hosting"
}
}
},
"tags": []
Expand Down

0 comments on commit 2bf6976

Please sign in to comment.