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");