Skip to content

Commit

Permalink
fix(build): bundle templates
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly committed Sep 8, 2023
1 parent bbab7a2 commit 63df135
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/defer-rw-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
"buildOptions": {
"input": "./src/index.ts"
},
"bob": {
"build": {
"copy": [
"src/templates/cron/sendMondayNewsletter.template",
"src/templates/function/helloWorld.ts.template",
"src/templates/plugin/helloWorld.ts.template"
]
}
},
"type": "module",
"module": "dist/esm/index.js",
"typings": "dist/typings/index.d.ts",
Expand Down

0 comments on commit 63df135

Please sign in to comment.