@alchemycodelab/create-app
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -7,3 +7,8 @@ import { promises as fs } from 'fs'; | ||
.readFile( | ||
`${path.dirname(new URL(import.meta.url).pathname)}/../sql/setup.sql`, | ||
path.join( | ||
path.dirname(new URL(import.meta.url).pathname), | ||
'..', | ||
'sql', | ||
'setup.sql' | ||
), | ||
{ | ||
@@ -10,0 +15,0 @@ encoding: 'utf-8', |
{ | ||
"name": "@alchemycodelab/create-app", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
20268
392