Align bundle name with folder (#12)

This commit is contained in:
Pandipipas
2026-02-08 13:18:17 +01:00
committed by GitHub
parent 5f13143586
commit e0323cca3f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { useReplicant } from 'nodecg-vue-composable';
import type { Schemas } from '../types';
// YOU MUST CHANGE THIS TO YOUR BUNDLE'S NAME!
const thisBundle = 'nodecg-vue-ts-template';
const thisBundle = 'scoreko-dev';
/**
* This is where you can declare all of your replicants to import easily into other (browser based) files.