Comparing version 0.0.11-beta.1 to 0.0.11-beta.2
@@ -1,2 +0,2 @@ | ||
#!/usr/bin/env node | ||
#!/usr/bin/env node --experimental-specifier-resolution=node | ||
import amberpine, { init } from './index'; | ||
@@ -3,0 +3,0 @@ import devServer from './dev-server'; |
@@ -7,3 +7,5 @@ import path from 'path'; | ||
import RSS from 'rss'; | ||
import { fileURLToPath } from 'url'; | ||
import marked from './marked'; | ||
const __dirname = path.dirname(fileURLToPath(import.meta.url)); | ||
const cwd = process.cwd(); | ||
@@ -10,0 +12,0 @@ const sourceDir = path.join(cwd, 'source'); |
{ | ||
"name": "amberpine", | ||
"version": "0.0.11-beta.1", | ||
"version": "0.0.11-beta.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,2 +0,2 @@ | ||
#!/usr/bin/env node | ||
#!/usr/bin/env node --experimental-specifier-resolution=node | ||
@@ -3,0 +3,0 @@ import amberpine, { init } from './index'; |
@@ -7,5 +7,7 @@ import path from 'path'; | ||
import RSS from 'rss'; | ||
import { fileURLToPath } from 'url'; | ||
import marked from './marked'; | ||
const __dirname = path.dirname(fileURLToPath(import.meta.url)); | ||
export type IBlogMeta = { | ||
@@ -12,0 +14,0 @@ title: string, |
115813
694