update gulp file again

This commit is contained in:
MathMan05 2025-01-20 23:02:57 -06:00
parent 731e5d5ee7
commit e37a8b9749

View file

@ -29,7 +29,7 @@ gulp.task("scripts", async () => {
swcDir({
cliOptions: {
outDir: "./dist",
watch: true,
watch: false,
filenames: ["./src"],
extensions: [".ts"],
stripLeadingPaths: true,