From 37967142384aa8a8140d5d7fa1776a839d91316a Mon Sep 17 00:00:00 2001 From: hypercross Date: Sun, 30 Mar 2025 12:49:39 +0800 Subject: [PATCH] fix: details --- .gitignore | 2 +- package.json | 2 +- src/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b0a5c34..6ec3df2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /node_modules/ -/dist/ +/Gen/ diff --git a/package.json b/package.json index 207be25..28eeeeb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "scripts": { "build": "rspack build", - "dev": "rspack dev" + "dev": "rspack --watch" }, "author": "", "license": "ISC", diff --git a/src/index.ts b/src/index.ts index e7f4ad7..43eddc3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1 @@ -console.log("blah"); +console.log("bler");