🔧 웹훅 서버를 ES 모듈 형식으로 수정
Some checks failed
🚀 Deploy - Demo / deployment (push) Has been cancelled

This commit is contained in:
2025-10-01 02:36:00 +09:00
parent 3cd7563c75
commit 1655006115

View File

@@ -1,6 +1,6 @@
const express = require("express");
const { exec } = require("child_process");
const crypto = require("crypto");
import express from "express";
import { exec } from "child_process";
import crypto from "crypto";
const app = express();
const PORT = 9000;