We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b86f07 commit 9d9adbdCopy full SHA for 9d9adbd
2 files changed
.github/workflows/dockerimage.yml
@@ -2,9 +2,6 @@ name: Docker Build/Publish Image
2
on:
3
workflow_dispatch:
4
5
- push:
6
- branches: [ main ]
7
-
8
jobs:
9
docker:
10
runs-on: ubuntu-latest
src/main.ts
@@ -59,7 +59,7 @@ async function run() {
59
// The following syntax should be used in the commonjs environment
60
//
61
// await importx(__dirname + "/{events,commands}/**/*.{ts,js}");
62
+
63
// The following syntax should be used in the ECMAScript environment
64
await importx(`${dirname(import.meta.url)}/{events,commands}/**/*.{ts,js}`);
65
0 commit comments