forgejo-notifications-core/spack.config.cjs
Aravinth Manivannan f5fe8a90e5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: packaging
2023-09-19 05:24:43 +05:30

9 lines
124 B
JavaScript

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