We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d005a0 commit 5a151f0Copy full SHA for 5a151f0
create-arkstack/src/actions.ts
@@ -273,7 +273,7 @@ export default class {
273
'\n',
274
)
275
.replace(
276
- /if \(\!\(err instanceof ValidationException\) &&\n\s*!\(err instanceof ModelNotFoundException\)\) {/g,
+ /if \(!\(err instanceof ValidationException\) &&\n\s*!\(err instanceof ModelNotFoundException\)\) {/g,
277
'if (!(err instanceof ValidationException)) {'
278
279
eslint.config.js
@@ -33,6 +33,7 @@ export default defineConfig(
33
globalIgnores([
34
'docs/.vitepress/**',
35
'**/bin/**',
36
+ '**/dist/**',
37
'bin/**',
38
'dist/**',
39
'build/**',
0 commit comments