forgejo-notifications-core/spack.config.js
Aravinth Manivannan 7fa40b5872
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: building for web target
2023-09-19 03:11:02 +05:30

8 lines
124 B
JavaScript

module.exports = {
entry: {
web: __dirname + "/src/index.ts",
},
output: {
path: __dirname + "/dist",
},
};