fix(core): update
This commit is contained in:
9
scripts/serve.ts
Normal file
9
scripts/serve.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import * as smartserve from '@pushrocks/smartserve';
|
||||
import * as path from 'path';
|
||||
|
||||
const smartserveInstance = new smartserve.SmartServe({
|
||||
injectReload: true,
|
||||
serveDir: path.join(__dirname, '../.nogit/')
|
||||
});
|
||||
|
||||
smartserveInstance.start();
|
Reference in New Issue
Block a user