move classes.json into the generated folder
All checks were successful
Actions / Build Plugins (pull_request) Successful in 39s

This commit is contained in:
cswimr 2024-12-23 19:22:33 -05:00
parent 95183524a2
commit a82a971999
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 1 additions and 1 deletions

View file

@ -30,6 +30,6 @@ const json = css
});
fs.writeFileSync(
path.join(__dirname, "../src/classes.json"),
path.join(__dirname, "./classes.json"),
JSON.stringify(json),
);