5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
import fs from 'fs';
|
|
import path from 'path';
|
|
|
|
console.log("Checking API structure...");
|