Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
OK this time actually fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 authored May 7, 2024
1 parent 057c658 commit 7337d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { build } from "esbuild"
import { rimraf } from "rimraf"
import { copyFile, mkdir, readFile } from 'node:fs/promises';
const isDevelopment = process.argv.includes('--dev');
await rimraf('dist');
await mkdir('dist');
await copyFile('src/config.js', 'dist/config.js');
Expand Down

0 comments on commit 7337d16

Please sign in to comment.