Skip to content

Commit 1cd6b7d

Browse files
datkat21ariankordi
authored andcommitted
Commit changes from 2025-04-24.
1 parent 84205bb commit 1cd6b7d

70 files changed

Lines changed: 423953 additions & 496860 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export async function compile(
1616
outdir: outputDir,
1717
splitting: false,
1818
emitDCEAnnotations: true,
19-
sourcemap: "none",
19+
sourcemap: "none"
2020
// Only apply when building for prod !!
2121
// minify: {
2222
// identifiers: true,
@@ -43,7 +43,7 @@ import type { BuildOutput } from "bun";
4343
async function build() {
4444
try {
4545
await compile(
46-
["./src/main.ts", "./src/helper.ts", "./src/popup.ts", "./src/worker.ts"],
46+
["./src/main.ts", "./src/helper.ts", "./src/popup.ts", "./src/three.ts"],
4747
"./public/dist/"
4848
);
4949
} catch (e) {

bun.lock

Lines changed: 344 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
"module": "build.ts",
44
"type": "module",
55
"scripts": {
6+
"install_packages": "bun i && cd mii-creator-server && bun i",
67
"dev": "bun build.ts",
7-
"serve": "bunx serve -l 3000 -C ./public",
88
"server": "cd mii-creator-server && bun ."
99
},
1010
"devDependencies": {
1111
"@namchee/bun-plugin-strip-debug": "^1.0.4",
1212
"@types/bun": "latest",
13-
"po2json": "^0.3.0"
13+
"po2json": "^0.3.0",
14+
"postprocessing": "^6.37.2"
1415
},
1516
"peerDependencies": {
1617
"typescript": "^5.8.2"

public/assets/images/favicon_.ico

33.7 KB
Binary file not shown.
-84.2 KB
Binary file not shown.

public/assets/images/sky_px.png

0 Bytes
Loading
696 KB
Binary file not shown.
6.76 KB
Binary file not shown.
-67.4 KB
Binary file not shown.
-805 KB
Binary file not shown.

0 commit comments

Comments
 (0)