Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier197 committed Jun 25, 2024
1 parent d75d78f commit b01e87d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/starters/zipStarters.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import fs from 'fs'
import path from 'path'
import url from 'url'
import archiver from 'archiver'

const basePath = __dirname
const basePath = url.fileURLToPath(new URL('.', import.meta.url))

const VERSION = process.env.VERSION

Expand Down

0 comments on commit b01e87d

Please sign in to comment.