migrate to ci-templates
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Deploy to pages / build (push) Has been cancelled

This commit is contained in:
2026-02-08 11:47:23 +03:00
parent 684f7af92b
commit b49ee9c524
10 changed files with 67 additions and 190 deletions

View File

@ -8,7 +8,7 @@ module.exports = {
entry: './src/script.js',
output: {
filename: 'main.js',
path: path.resolve(__dirname, 'build'),
path: path.resolve(__dirname, 'dist'),
},
devServer: {
open: true,