Added build dir, and gitignore
This commit is contained in:
@@ -3,7 +3,7 @@ import { mkdtempSync, mkdirSync } from 'node:fs';
|
||||
import { tmpdir } from 'node:os';
|
||||
import { join } from 'node:path';
|
||||
|
||||
const FA2JSON = new URL('../../fa2json', import.meta.url).pathname;
|
||||
const FA2JSON = new URL('../../build/fa2json', import.meta.url).pathname;
|
||||
|
||||
export async function setup() {
|
||||
// Create image file and format
|
||||
|
||||
Reference in New Issue
Block a user