From 0fbcd40f55fe7e0fd630c3187cf39a0d28559a75 Mon Sep 17 00:00:00 2001 From: IVA2K Date: Sat, 10 Feb 2024 23:16:55 -0800 Subject: [PATCH] Lint --- CREATING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREATING.md b/CREATING.md index 13e70c78..2f3713ec 100644 --- a/CREATING.md +++ b/CREATING.md @@ -103,7 +103,7 @@ pnpm install -D cross-env glob rimraf minimist @types/minimist sass shx vite-plu pnpm install -D ts-node tsx ``` -Add assets copying scripts `scripts/assets-copy.ts` and `scripts/assets-clean.ts` to `package.json`. +Add assets copying scripts `scripts/assets-copy.ts` and `scripts/assets-clean.ts` to `package.json`. Add assets copying during dev using 'vite-plugin-static-copy' to svelte.config.js (see source file).