Signup tentatively works

This commit is contained in:
metacryst
2025-11-22 23:12:01 -06:00
parent 525642d04e
commit c3ed5ac5ac
21 changed files with 461 additions and 287 deletions

View File

@@ -1,7 +1,7 @@
import chalk from 'chalk'
import path from 'path';
import fs from 'fs/promises';
import { pathToFileURL } from 'url';
const chalk = require('chalk');
const path = require('path');
const fs = require('fs/promises');
const { pathToFileURL } = require('url');
function Node(node) {
let traits = [