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() { export function declareTest() {
// if(import.meta.env.DEV){ if(import.meta.env.DEV){
// globalThis.test = async () => { globalThis.test = async () => {
// const d = await import("./test.js") const d = await import("./test.js")
// return d.test() return d.test()
// } }
// } }
} }