@castari/cli 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/init.js +1 -0
- package/package.json +2 -2
package/dist/commands/init.js
CHANGED
|
@@ -125,6 +125,7 @@ serve({
|
|
|
125
125
|
`);
|
|
126
126
|
// Web scaffold
|
|
127
127
|
await mkdir(join(webDir, 'app', 'api', 'chat'), { recursive: true });
|
|
128
|
+
await mkdir(join(webDir, 'lib'), { recursive: true });
|
|
128
129
|
await writeJson(join(webDir, 'package.json'), {
|
|
129
130
|
name: 'castari-demo-web',
|
|
130
131
|
version: '0.1.0',
|