From 0a3ef6bc0d69824bc7808d626b24c58138884d15 Mon Sep 17 00:00:00 2001 From: Evan Sangaline Date: Fri, 16 Feb 2024 10:07:00 -0600 Subject: [PATCH] Fix `.sindriignore` file location. --- libs/remix-ws-templates/src/script-templates/sindri/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ws-templates/src/script-templates/sindri/index.ts b/libs/remix-ws-templates/src/script-templates/sindri/index.ts index 229f92098b..fdc58bfad1 100644 --- a/libs/remix-ws-templates/src/script-templates/sindri/index.ts +++ b/libs/remix-ws-templates/src/script-templates/sindri/index.ts @@ -29,7 +29,7 @@ export const sindriScripts = async (plugin: any) => { // Write out all of the static files if they don't exist. // @ts-ignore - await writeIfNotExists('scripts/.sindriignore', (await import('!!raw-loader!./.sindriignore')).default) + await writeIfNotExists('.sindriignore', (await import('!!raw-loader!./.sindriignore')).default) // @ts-ignore await writeIfNotExists('scripts/sindri/README.md', (await import('!!raw-loader!./README.md')).default) // @ts-ignore