This commit is contained in:
YH_KIM
2025-05-03 16:43:50 +09:00
parent 133156d7d4
commit 77ab3f79ce

View File

@@ -1,10 +1,10 @@
export function declareTest() {
// if(import.meta.env.DEV){
// globalThis.test = async () => {
// const d = await import("./test.js")
// return d.test()
// }
// }
if(import.meta.env.DEV){
globalThis.test = async () => {
const d = await import("./test.js")
return d.test()
}
}
}