Reset repository to README title only
Approach is changing entirely; clearing prior implementation to start over from a clean slate. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import path from 'node:path'
|
||||
|
||||
export const projectRoot = process.cwd()
|
||||
export const manifestRootPath = path.join(projectRoot, 'manifest.json')
|
||||
export const accountPath = path.join(projectRoot, 'account.json')
|
||||
export const manifestDir = path.join(projectRoot, 'manifest')
|
||||
export const fileDir = path.join(projectRoot, 'file')
|
||||
export const viewsDir = path.join(projectRoot, 'views')
|
||||
export const publicDir = path.join(projectRoot, 'public')
|
||||
Reference in New Issue
Block a user