fix(package): update forge script path to use index.ts

Former-commit-id: 177680474e8557d5b29a17f9ae6e8cf746fbc6da [formerly 17fae384117041df6a145d13054c78c7f9e02b0e] [formerly 373e63f7a8327b2585bbe48541e78892aa3118b9 [formerly 1aa8fb301d920cdb231579a21912b4e09646e553]]
Former-commit-id: 8167a83acc1bc2664be0a1499c5b5e27ad734365 [formerly 0184e4d1019d7a2309131f5ab9f90e0b3900dade]
Former-commit-id: f17b657f01f9fcca72c7bcce1d8c9eb9525edaab
This commit is contained in:
Melvin Chia
2025-10-07 17:31:34 +08:00
parent 04bc1b0379
commit 33e2003bac

View File

@@ -19,7 +19,7 @@
"./tools/*"
],
"scripts": {
"forge": "bun run scripts/forge.ts",
"forge": "bun run scripts/forge/index.ts",
"start:server": "cd server && bun run start",
"db:generate-schemas": "bun run ./scripts/generateCollectionsSchemas.ts",
"db:generate-migrations": "bun run ./scripts/generateCollectionsMigrations.ts"