mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-16 04:44:35 +00:00
Move build.ts and export.ts into src/cli - fixes #115
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import { create_templates, render, stream } from './templates'; // TODO templates is an anomaly... fix post-#91
|
||||
|
||||
export { default as build } from './build';
|
||||
export { default as export } from './export.js';
|
||||
|
||||
export { default as create_app } from './create_app';
|
||||
export { default as create_assets } from './create_assets';
|
||||
export { default as create_compilers } from './create_compilers';
|
||||
|
||||
Reference in New Issue
Block a user